优化代码
This commit is contained in:
@@ -6,6 +6,7 @@ import App from './App.vue'
|
||||
import router from './router'
|
||||
import pinia from './stores'
|
||||
import i18n from './i18n'
|
||||
import boot from './boot'
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
@@ -13,5 +14,6 @@ app.use(Antd)
|
||||
app.use(router)
|
||||
app.use(pinia)
|
||||
app.use(i18n)
|
||||
app.use(boot)
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user