This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<v-app id="inspire">
|
||||
<v-navigation-drawer v-if="isAuthenticated" fixed v-model="drawer" app>
|
||||
<v-list dense>
|
||||
<v-list-tile v-for="item in navItems" :key="item.title" to="item.route">
|
||||
<v-list-tile v-for="item in navItems" :key="item.title" :to="item.route">
|
||||
<v-list-tile-action>
|
||||
<v-icon>{{ "fa-" + item.icon }}</v-icon>
|
||||
</v-list-tile-action>
|
||||
|
||||
Reference in New Issue
Block a user