mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
make dashboard nav pills
This commit is contained in:
parent
76f584b5a4
commit
2f091f981d
1 changed files with 6 additions and 3 deletions
|
@ -13,12 +13,15 @@
|
|||
<h5 class="mt-2">{{ user.displayName }}</h5>
|
||||
</div>
|
||||
|
||||
|
||||
<b-tabs content-class="mt-3" align="center" small>
|
||||
<b-tabs
|
||||
content-class="mt-3"
|
||||
align="center"
|
||||
small
|
||||
pills
|
||||
>
|
||||
<b-tab
|
||||
v-for="{ name, title, icon } in tabs"
|
||||
:key="name"
|
||||
small
|
||||
:active="$route.name === name"
|
||||
@click="handleClick(name)"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue