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