fix: 修复挂载路由时使用$loadingBar出错问题

This commit is contained in:
张传龙
2022-03-29 09:28:36 +08:00
parent 437d87f19e
commit 33aaadba60
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ async function setupApp() {
await setupRouter(app)
app.mount('#app', true)
app.mount('#app')
}
setupApp()