This commit is contained in:
2019-12-16 21:20:08 +00:00
parent 5da5746fb6
commit 43aed606ef
2 changed files with 58 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
<!-- <gztest ref="gztest"></gztest> -->
<v-navigation-drawer v-if="isAuthenticated" v-model="drawer" app>
<v-list dense>
<v-list-item
v-for="item in navItems"
:key="item.route"
@@ -17,6 +18,7 @@
<v-list-item-title>{{ item.title }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
</v-navigation-drawer>
<v-app-bar