update 白屏问题待检测
This commit is contained in:
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…
x
Reference in New Issue
Block a user