mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(build): fix environment variable configuration file failure
This commit is contained in:
@@ -38,7 +38,7 @@ setupErrorHandle(app);
|
||||
|
||||
// Mount when the route is ready
|
||||
router.isReady().then(() => {
|
||||
app.mount('#app');
|
||||
app.mount('#app', true);
|
||||
});
|
||||
|
||||
// The development environment takes effect
|
||||
|
Reference in New Issue
Block a user