feat(for): for
This commit is contained in:
@@ -67,6 +67,7 @@ const enterHome = () => {
|
||||
onMounted(() => {
|
||||
currentMusic.value = localMusicListValue.value[0]
|
||||
onPlayEnd()
|
||||
// 不使用空格控制audio
|
||||
})
|
||||
onUnmounted(() => {
|
||||
audio.value.removeEventListener('ended', nextPlay)
|
||||
|
||||
Reference in New Issue
Block a user