fix: 系统设置主题切换问题修复

This commit is contained in:
郝先瑞
2022-03-01 23:53:30 +08:00
parent a6882db1dd
commit beac9b19b4
4 changed files with 6 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ const theme = computed(() => useSettingStoreHook().theme)
const show = ref(false)
watch(show, (value) => {
console.log('show', value)
if (value) {
addEventClick()
}