We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c169c7 commit 52abbfdCopy full SHA for 52abbfd
1 file changed
src/views/Local/song.vue
@@ -16,7 +16,7 @@ import { useSettingStore, useLocalStore } from "@/stores";
16
const localStore = useLocalStore();
17
const settingStore = useSettingStore();
18
19
-const props = defineProps<{
+defineProps<{
20
data: SongType[];
21
loading: boolean;
22
}>();
0 commit comments