mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
use @vueuse/useClickOutside to hide context menu
This commit is contained in:
committed by
Mungai Njoroge
parent
a496d68439
commit
4e0837a627
@@ -16,9 +16,9 @@
|
||||
<SongItem
|
||||
:track="item.track"
|
||||
:index="index + 1"
|
||||
:isCurrent="queue.currentid === item.trackid"
|
||||
:isCurrent="queue.currentid === item.track.trackid"
|
||||
:isCurrentPlaying="
|
||||
queue.currentid === item.trackid && queue.playing
|
||||
queue.currentid === item.track.trackid && queue.playing
|
||||
"
|
||||
@playThis="playFromQueue(index)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user