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