Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
7860d5f3
Commit
7860d5f3
authored
Apr 18, 2018
by
Markus Opolka
Browse files
Merge branch 'vue-update' into 'master'
Update to vuetify 1.0 Closes
#14
See merge request
!8
parents
fbb56676
0d3bd238
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7860d5f3
...
...
@@ -18,7 +18,7 @@
"
vue
"
:
"
^2.5.2
"
,
"
vue-resource
"
:
"
^1.3.4
"
,
"
vue-router
"
:
"
^3.0.1
"
,
"
vuetify
"
:
"
^0.1
6.7
"
,
"
vuetify
"
:
"
^
1.
0.1
5
"
,
"
xml-js
"
:
"
^1.5.2
"
},
"devDependencies"
:
{
...
...
src/App.vue
View file @
7860d5f3
...
...
@@ -15,16 +15,16 @@
</v-list-tile-content>
</v-list-tile>
<v-divider></v-divider>
<v-list
-group
v-for=
"item in items"
value=
"item.active"
v-bind:key=
"item.text
"
>
<v-list-tile
router
v-bind:to=
"item.href"
slot=
"item"
>
<v-list-tile-action>
<v-list
dense
class=
"pt-0
"
>
<v-list-tile
v-for=
"item in items"
:key=
"item.title"
router
v-bind:to=
"item.href"
>
<v-list-tile-action
>
<v-icon>
{{
item
.
icon
}}
</v-icon>
</v-list-tile-action>
<v-list-tile-content>
<v-list-tile-title>
{{
item
.
t
ext
}}
</v-list-tile-title>
<v-list-tile-title>
{{
item
.
t
itle
}}
</v-list-tile-title>
</v-list-tile-content>
</v-list-tile>
</v-list
-group
>
</v-list>
</v-list>
</v-navigation-drawer>
...
...
@@ -57,28 +57,23 @@
drawer
:
true
,
items
:
[{
href
:
'
/index
'
,
active
:
false
,
text
:
'
Home
'
,
title
:
'
Home
'
,
icon
:
'
home
'
},
{
href
:
'
/letters
'
,
active
:
false
,
text
:
'
Letters
'
,
title
:
'
Letters
'
,
icon
:
'
mail_outline
'
},
{
href
:
'
/metadata
'
,
active
:
false
,
text
:
'
Metadata
'
,
title
:
'
Metadata
'
,
icon
:
'
apps
'
},
{
href
:
'
/features
'
,
active
:
false
,
text
:
'
Features
'
,
title
:
'
Features
'
,
icon
:
'
menu
'
},
{
href
:
'
/search
'
,
active
:
false
,
text
:
'
Search
'
,
title
:
'
Search
'
,
icon
:
'
search
'
}]
}
...
...
Write
Preview
Supports
Markdown
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