mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 15:47:23 +08:00
修改左侧导航栏, 添加歌单页面
This commit is contained in:
@@ -54,7 +54,7 @@ const isPlaying = computed(() => {
|
||||
})
|
||||
|
||||
// 播放音乐 设置音乐详情 打开音乐底栏
|
||||
const playMusicEvent = (item: SongResult) => {
|
||||
const playMusicEvent = (item: any) => {
|
||||
store.commit("setPlay", item);
|
||||
store.commit("setIsPlay", true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user