src/layout/components/AppMain.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layout/components/AppMain.vue
@@ -23,13 +23,6 @@ const animante = ref<string>(''); const animationEnable = ref(useSettingsStore().animationEnable); watch( () => tagsViewStore.cachedViews, (val) => { console.log(val); }, { deep: true } ); watch( () => useSettingsStore().animationEnable, (val: boolean) => { animationEnable.value = val;