UI improvements

This commit is contained in:
geoffrey45
2022-09-11 14:58:47 +03:00
parent a6819a01d6
commit 47fc7fd705
9 changed files with 34 additions and 47 deletions
-4
View File
@@ -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;
}>();