mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
show 'Track' or 'Tracks' depending on track count on playlist card
+ handle clicks on context menu separator
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
v-for="child in option.children"
|
||||
:key="child.label"
|
||||
:class="[{ critical: child.critical }, child.type]"
|
||||
@click="child.action()"
|
||||
@click="child.action && child.action()"
|
||||
>
|
||||
<div class="label ellip">
|
||||
{{ child.label }}
|
||||
|
||||
Reference in New Issue
Block a user