mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -05:00
[web] Fix "History" tab not being highlighted
This commit is contained in:
parent
981f2dec36
commit
28585bc217
@ -7,7 +7,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<router-link
|
<router-link
|
||||||
v-slot="{ navigate, isActive }"
|
v-slot="{ navigate, isActive }"
|
||||||
:to="{ name: 'music' }"
|
:to="{ name: 'music-history' }"
|
||||||
custom
|
custom
|
||||||
>
|
>
|
||||||
<li :class="{ 'is-active': isActive }">
|
<li :class="{ 'is-active': isActive }">
|
||||||
|
Loading…
Reference in New Issue
Block a user