mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
chore: adjust setting
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user