修复默认歌单显示

This commit is contained in:
2025-03-31 18:35:08 +08:00
parent 03c9bfe761
commit 21e9e0fa27
4 changed files with 16 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ import { computed, onMounted, ref, watch } from 'vue';
if (componentType.value) {
return SongListTemplateMap[componentType.value];
}
return undefined;
return SongListTemplateMap[''];
});
const currentConfig = ref();
watch(