From efeff40f2eb192b909bccb21121a58756be7b39f Mon Sep 17 00:00:00 2001 From: LiuHao Date: Tue, 16 Apr 2024 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=BE=85=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 0b31227..9e3dde4 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -22,13 +22,6 @@ const tagsViewStore = useTagsViewStore(); // 随机动画集合 const animante = ref(''); const animationEnable = ref(useSettingsStore().animationEnable); -watch( - () => tagsViewStore.cachedViews, - (val) => { - console.log(val); - }, - { deep: true } -); watch( () => useSettingsStore().animationEnable, (val: boolean) => {