update 白屏问题待检测

dev
LiuHao 2 years ago
parent 2e299b58e2
commit efeff40f2e

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

Loading…
Cancel
Save