This commit is contained in:
@@ -50,14 +50,13 @@
|
|||||||
v-for="subsub in subitem.navItems"
|
v-for="subsub in subitem.navItems"
|
||||||
:key="subsub.key"
|
:key="subsub.key"
|
||||||
:to="subsub.route"
|
:to="subsub.route"
|
||||||
link
|
|
||||||
>
|
>
|
||||||
|
<v-list-item-action>
|
||||||
|
<v-icon>{{ "fa-" + subsub.icon }}</v-icon>
|
||||||
|
</v-list-item-action>
|
||||||
<v-list-item-title
|
<v-list-item-title
|
||||||
v-text="subsub.title"
|
v-text="subsub.title"
|
||||||
></v-list-item-title>
|
></v-list-item-title>
|
||||||
<v-list-item-icon>
|
|
||||||
<v-icon>{{ "fa-" + subsub.icon }}</v-icon>
|
|
||||||
</v-list-item-icon>
|
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
<!-- was end of v-list-group here -->
|
<!-- was end of v-list-group here -->
|
||||||
</v-list-group>
|
</v-list-group>
|
||||||
|
|||||||
Reference in New Issue
Block a user