make tracks tab active (#1318)
This commit is contained in:
parent
0b3491cb3c
commit
69100222d7
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
</div>
|
||||
<div class="playlist-body scrollbody">
|
||||
<b-tabs pills class="track-pills pilldim fancy-pills" align="center" content-class="mt-3" :nav-wrapper-class="navClass(data)">
|
||||
<b-tab :title="$root.getLz('term.tracks')" id="songList">
|
||||
<b-tab :title="$root.getLz('term.tracks')" id="songList" active>
|
||||
<div @wheel="minClass(true)" @scroll="minClass(true)">
|
||||
<div class="">
|
||||
<div style="width:100%" @click="minClass(true)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue