update 白屏问题待检测
This commit is contained in:
parent
2e299b58e2
commit
efeff40f2e
@ -22,13 +22,6 @@ const tagsViewStore = useTagsViewStore();
|
|||||||
// 随机动画集合
|
// 随机动画集合
|
||||||
const animante = ref<string>('');
|
const animante = ref<string>('');
|
||||||
const animationEnable = ref(useSettingsStore().animationEnable);
|
const animationEnable = ref(useSettingsStore().animationEnable);
|
||||||
watch(
|
|
||||||
() => tagsViewStore.cachedViews,
|
|
||||||
(val) => {
|
|
||||||
console.log(val);
|
|
||||||
},
|
|
||||||
{ deep: true }
|
|
||||||
);
|
|
||||||
watch(
|
watch(
|
||||||
() => useSettingsStore().animationEnable,
|
() => useSettingsStore().animationEnable,
|
||||||
(val: boolean) => {
|
(val: boolean) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user