chore: update deps

This commit is contained in:
Vben
2021-03-26 21:16:08 +08:00
parent 2658e15dad
commit e090689ef5
16 changed files with 515 additions and 498 deletions

View File

@@ -48,6 +48,7 @@ import { isDevMode } from '/@/utils/env';
setupErrorHandle(app);
// Mount when the route is ready
// https://next.router.vuejs.org/api/#isready
await router.isReady();
app.mount('#app', true);