Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
49e3921b
Commit
49e3921b
authored
Apr 30, 2021
by
schneider210
Browse files
chore: adhere to consistent camelCase
parent
134bf236
Pipeline
#192115
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
49e3921b
...
...
@@ -23,7 +23,7 @@
:collection=
"collection"
:config=
"config"
:contenttypes=
"contentTypes"
:contenturls=
"content
u
rls"
:contenturls=
"content
U
rls"
:fontsize=
"fontsize"
:imageurl=
"imageurl"
:item=
"item"
...
...
@@ -55,7 +55,7 @@ export default {
collectiontitle
:
''
,
config
:
{},
contentTypes
:
[],
content
u
rls
:
[],
content
U
rls
:
[],
fontsize
:
14
,
imageurl
:
''
,
isCollection
:
false
,
...
...
@@ -222,7 +222,7 @@ export default {
.
then
((
data
)
=>
{
this
.
item
=
data
;
this
.
content
u
rls
=
this
.
getContentUrls
(
data
.
content
);
this
.
content
U
rls
=
this
.
getContentUrls
(
data
.
content
);
this
.
imageurl
=
data
.
image
.
id
||
''
;
if
(
data
.
annotationCollection
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment