mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 12:44:27 +08:00
fix: resolve prod load error
This commit is contained in:
parent
4568d807b3
commit
96fc4c68e7
@ -10,5 +10,6 @@ module.exports = {
|
||||
'@typescript-eslint/no-unsafe-argument': 'off',
|
||||
'@typescript-eslint/no-unsafe-return': 'off',
|
||||
'@typescript-eslint/restrict-template-expressions': 'off',
|
||||
'@typescript-eslint/no-floating-promises': 'off',
|
||||
},
|
||||
}
|
||||
|
@ -31,4 +31,5 @@ async function setupApp() {
|
||||
// 挂载
|
||||
app.mount('#app')
|
||||
}
|
||||
await setupApp()
|
||||
|
||||
setupApp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user