mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
1f02f6c71f
commit
b059de17fb
2 changed files with 5 additions and 4 deletions
|
|
@ -122,10 +122,10 @@
|
|||
</div>
|
||||
|
||||
<ContextMenu ref="playlistTabMenu">
|
||||
<div class="item" @click="changePlaylistFilter('all')"> 全部歌单 </div>
|
||||
<div class="item" @click="changePlaylistFilter('all')">全部歌单</div>
|
||||
<hr />
|
||||
<div class="item" @click="changePlaylistFilter('mine')"> 创建的歌单 </div>
|
||||
<div class="item" @click="changePlaylistFilter('liked')">收藏的歌单 </div>
|
||||
<div class="item" @click="changePlaylistFilter('mine')">创建的歌单</div>
|
||||
<div class="item" @click="changePlaylistFilter('liked')">收藏的歌单</div>
|
||||
</ContextMenu>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue