forked from github/dataease
commit
fe687e6eb5
@ -17,7 +17,7 @@ const setupAll = async () => {
|
|||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
installDirective(app)
|
installDirective(app)
|
||||||
await setupI18n(app)
|
await setupI18n(app)
|
||||||
console.log('I18-loaded');
|
console.log('I18-loaded')
|
||||||
setupStore(app)
|
setupStore(app)
|
||||||
setupRouter(app)
|
setupRouter(app)
|
||||||
setupElementPlus(app)
|
setupElementPlus(app)
|
||||||
|
Loading…
Reference in New Issue
Block a user