mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 15:47:23 +08:00
添加音量控制条
This commit is contained in:
@@ -60,8 +60,6 @@ const playMusic = computed(() => store.state.playMusic);
|
||||
|
||||
// 判断是否为正在播放的音乐
|
||||
const isPlaying = computed(() => {
|
||||
console.log(1231223, playMusic.value.id, props.item.id);
|
||||
|
||||
return playMusic.value.id == props.item.id;
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user