소스 검색

update 白屏问题待检测

LiuHao 2 년 전
부모
커밋
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) => {