refactor(layouts): 移除未使用的Observer插件并整理导入顺序
移除ArcticNewOneHeader中已注释的Observer插件注册代码 整理default.vue中的组件导入顺序
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user