add transition to queue track list

This commit is contained in:
geoffrey45
2022-08-12 12:49:33 +03:00
parent 59905f7afe
commit a32d8fe66c
8 changed files with 66 additions and 32 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ const showContextMenu = (e: Event) => {
const props = defineProps<{
track: Track;
index: Number;
index?: number;
isPlaying: Boolean;
isCurrent: Boolean;
isHighlighted: Boolean;