fix: remove useless console

This commit is contained in:
xuziqiang
2024-07-01 16:37:37 +08:00
parent 2d9fc62d86
commit 7fd1733872
5 changed files with 0 additions and 7 deletions

View File

@@ -178,7 +178,6 @@
const configStore = appConfigStore();
const { getThemeConfig: themeConfig } = storeToRefs(configStore);
console.log(configStore.headerSlotConfig);
const headerSlot = computed(() => {
return configStore.headerSlotConfig;
});