fix: 修复挂载路由时使用$loadingBar出错问题
This commit is contained in:
@@ -13,7 +13,7 @@ async function setupApp() {
|
||||
|
||||
await setupRouter(app)
|
||||
|
||||
app.mount('#app', true)
|
||||
app.mount('#app')
|
||||
}
|
||||
|
||||
setupApp()
|
||||
|
||||
Reference in New Issue
Block a user