Tabs no longer highlight when on spell page
This commit is contained in:
parent
93901c03eb
commit
2c3cd548ac
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
||||||
v-show="state.chosen.length"
|
v-show="state.chosen.length"
|
||||||
>{{state.chosen.length}}</span>
|
>{{state.chosen.length}}</span>
|
||||||
</q-tab>
|
</q-tab>
|
||||||
|
<q-tab
|
||||||
|
hidden="true"
|
||||||
|
icon="import_contacts"
|
||||||
|
route="/spell"
|
||||||
|
>
|
||||||
|
Spell
|
||||||
|
</q-tab>
|
||||||
</q-tabs>
|
</q-tabs>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue