Переглянути джерело

update 白屏问题待检测

LiuHao 1 рік тому
батько
коміт
efeff40f2e
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      src/layout/components/AppMain.vue

+ 0 - 7
src/layout/components/AppMain.vue

@@ -22,13 +22,6 @@ const tagsViewStore = useTagsViewStore();
 // 随机动画集合
 const animante = ref<string>('');
 const animationEnable = ref(useSettingsStore().animationEnable);
-watch(
-  () => tagsViewStore.cachedViews,
-  (val) => {
-    console.log(val);
-  },
-  { deep: true }
-);
 watch(
   () => useSettingsStore().animationEnable,
   (val: boolean) => {