build(projects): 依赖升级

This commit is contained in:
Soybean
2021-08-26 14:09:31 +08:00
parent f1649de6d4
commit d00bb2286e
10 changed files with 475 additions and 241 deletions

View File

@ -21,7 +21,7 @@ async function setupApp() {
naiveApp.mount('#naiveApp', true);
// 挂载路由
setupRouter(app);
await setupRouter(app);
// 路由准备就绪后挂载APP实例
await router.isReady();