update 白屏问题待检测

This commit is contained in:
LiuHao 2024-04-16 17:42:54 +08:00
parent 2e299b58e2
commit efeff40f2e

View File

@ -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) => {