【代码评审】工作流:快搭部分的 code review

This commit is contained in:
YunaiV
2024-08-11 00:48:07 +08:00
parent 5376eb4051
commit fd13eb7f8f
8 changed files with 48 additions and 42 deletions

View File

@@ -28,7 +28,7 @@ import '@/plugins/animate.css'
// 路由
import router, { setupRouter } from '@/router'
// 其它指令
// 指令
import { setupAuth, setupMountedFocus } from '@/directives'
import { createApp } from 'vue'
@@ -58,8 +58,8 @@ const setupAll = async () => {
setupRouter(app)
// directives 指令
setupAuth(app)
setupMountedFocus(app)
await router.isReady()