mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-08 11:26:56 +08:00
修复默认歌单显示
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user