cleaning Nav
This commit is contained in:
parent
a7ef0d5be4
commit
56ccbb5973
1 changed files with 43 additions and 43 deletions
|
@ -2,10 +2,10 @@
|
||||||
v-app-bar(app aria-label='Menu' height=64)
|
v-app-bar(app aria-label='Menu' height=64)
|
||||||
|
|
||||||
//- logo, title and description
|
//- logo, title and description
|
||||||
v-list-item.pa-0(:to='$route.name==="index"?"/about":"/"')
|
v-list-item(:to='$route.name==="index"?"/about":"/"')
|
||||||
v-list-item-avatar.ma-xs-1(tile)
|
v-list-item-avatar.ma-xs-1(tile)
|
||||||
img(src='/logo.png' height='40')
|
img(src='/logo.png' height='40')
|
||||||
v-list-item-content.d-flex
|
v-list-item-content
|
||||||
v-list-item-title.d-flex
|
v-list-item-title.d-flex
|
||||||
h2 {{settings.title}}
|
h2 {{settings.title}}
|
||||||
v-list-item-subtitle.d-none.d-sm-flex {{settings.description}}
|
v-list-item-subtitle.d-none.d-sm-flex {{settings.description}}
|
||||||
|
|
Loading…
Reference in a new issue