chore: formatting updates
This commit is contained in:
parent
62aa4440c6
commit
0bf8e08874
1 changed files with 1 additions and 1 deletions
|
|
@ -8,12 +8,12 @@
|
|||
<router-link
|
||||
v-for="(item, index) in items"
|
||||
:key="`nav-${index}`"
|
||||
:to="item.route"
|
||||
v-tippy="{
|
||||
theme: 'tooltip',
|
||||
placement: 'left',
|
||||
content: vertical ? item.label : null,
|
||||
}"
|
||||
:to="item.route"
|
||||
active-class="active"
|
||||
exact-active-class="active"
|
||||
:exact="item.exactMatch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue