mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-14 01:51:53 +08:00
code review 修改
This commit is contained in:
@@ -29,7 +29,7 @@ import '@/plugins/animate.css'
|
||||
import router, { setupRouter } from '@/router'
|
||||
|
||||
// 其它指令
|
||||
import { setupAuth, setupMountedFoucs } from '@/directives'
|
||||
import { setupAuth, setupMountedFocus } from '@/directives'
|
||||
|
||||
import { createApp } from 'vue'
|
||||
|
||||
@@ -60,7 +60,7 @@ const setupAll = async () => {
|
||||
|
||||
setupAuth(app)
|
||||
|
||||
setupMountedFoucs(app)
|
||||
setupMountedFocus(app)
|
||||
|
||||
await router.isReady()
|
||||
|
||||
|
Reference in New Issue
Block a user