mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
UI improvements
This commit is contained in:
@@ -65,10 +65,6 @@ const props = defineProps<{
|
||||
copyright?: string | null;
|
||||
}>();
|
||||
|
||||
// onUpdated(() => {
|
||||
// console.log(props.tracks[1].index);
|
||||
// });
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: "playFromPage", index: number): void;
|
||||
}>();
|
||||
|
||||
Reference in New Issue
Block a user