Skip to content

Commit 52abbfd

Browse files
committed
🐞 fix: 修复未使用变量
1 parent 6c169c7 commit 52abbfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Local/song.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { useSettingStore, useLocalStore } from "@/stores";
1616
const localStore = useLocalStore();
1717
const settingStore = useSettingStore();
1818
19-
const props = defineProps<{
19+
defineProps<{
2020
data: SongType[];
2121
loading: boolean;
2222
}>();

0 commit comments

Comments
 (0)