chore: adjust setting

This commit is contained in:
vben
2021-06-01 21:30:56 +08:00
parent eca8907a11
commit 8a3f47d6b8
6 changed files with 166 additions and 181 deletions

View File

@@ -23,7 +23,7 @@ if (import.meta.env.DEV) {
import('ant-design-vue/dist/antd.less');
}
(async () => {
async function bootstrap() {
const app = createApp(App);
// Configure store
@@ -55,4 +55,6 @@ if (import.meta.env.DEV) {
await router.isReady();
app.mount('#app', true);
})();
}
void bootstrap();