mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(table): make sure the table width is correct, fix #593
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
import '/@/design/index.less';
|
||||
|
||||
// Register windi
|
||||
import 'virtual:windi.css';
|
||||
// Register icon sprite
|
||||
import 'virtual:svg-icons-register';
|
||||
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
import { initAppConfigStore } from '/@/logics/initAppConfig';
|
||||
import { setupErrorHandle } from '/@/logics/error-handle';
|
||||
import router, { setupRouter } from '/@/router';
|
||||
import { setupRouterGuard } from '/@/router/guard';
|
||||
import { setupStore } from '/@/store';
|
||||
import { setupErrorHandle } from '/@/logics/error-handle';
|
||||
import { setupGlobDirectives } from '/@/directives';
|
||||
import { setupI18n } from '/@/locales/setupI18n';
|
||||
import { registerGlobComp } from '/@/components/registerGlobComp';
|
||||
|
||||
// Register icon Sprite
|
||||
import 'virtual:svg-icons-register';
|
||||
|
||||
// Do not introduce on-demand in local development?
|
||||
// In the local development for introduce on-demand, the number of browser requests will increase by about 20%.
|
||||
// Which may slow down the browser refresh.
|
||||
|
Reference in New Issue
Block a user