diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index dfc3f72..4893285 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -136,7 +136,7 @@ const openSong = el => { class="bi bi-three-dots-vertical popup-wrap ign" @mouseenter="show = true" @mouseleave="show = false" - @click.enter="show ? show = false : show = true"> + @click.enter="show = !show">