mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: temp fix for RoutableTabs link active class
This commit is contained in:
parent
9ec1fbd714
commit
cb7b13f112
1 changed files with 3 additions and 1 deletions
|
@ -6,8 +6,10 @@
|
|||
v-for="route in routes"
|
||||
:key="route.text"
|
||||
:to="route.to"
|
||||
exact-active-class="active"
|
||||
:active="$route.params.tabId === route.to.params.tabId"
|
||||
>
|
||||
<!-- FIXME added :active="" because `exact-active-class` not working https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1754 -->
|
||||
<!-- exact-active-class="active" -->
|
||||
<YIcon v-if="route.icon" :iname="route.icon" />
|
||||
{{ route.text }}
|
||||
</BNavItem>
|
||||
|
|
Loading…
Add table
Reference in a new issue