refactor(layouts): 移除未使用的Observer插件并整理导入顺序

移除ArcticNewOneHeader中已注释的Observer插件注册代码
整理default.vue中的组件导入顺序
This commit is contained in:
2026-04-27 18:13:05 +08:00
parent c4075db8ef
commit afe0dc9492
2 changed files with 4 additions and 6 deletions
@@ -8,7 +8,6 @@ import { useAppStore } from '~/stores/app'
import AppLogo from '~/components/common/AppLogo.vue'
gsap.registerPlugin(ScrollTrigger)
// gsap.registerPlugin(Observer)
const { t } = useI18n()
const route = useRoute()