fix: 系统设置主题切换问题修复
This commit is contained in:
@@ -35,7 +35,6 @@ const theme = computed(() => useSettingStoreHook().theme)
|
||||
const show = ref(false)
|
||||
|
||||
watch(show, (value) => {
|
||||
console.log('show', value)
|
||||
if (value) {
|
||||
addEventClick()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user