1
0
Fork 0

Tabs no longer highlight when on spell page

This commit is contained in:
sharpshark28 2017-05-23 18:19:18 -05:00
parent 93901c03eb
commit 2c3cd548ac

View file

@ -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>