chore: typo

This commit is contained in:
Vben
2021-03-10 00:05:27 +08:00
parent 5b2fbfb6ce
commit 9aa1be821b
3 changed files with 3 additions and 11 deletions

View File

@@ -1,14 +1,6 @@
import '/@/design/index.less';
import '@virtual/windi.css';
// Do not introduce on-demand in local development?
// In the local development for on-demand introduction, the number of browser requests will increase by about 20%.
// Which may slow down the browser refresh.
// Therefore, all local development is introduced, and the production environment is introduced on demand
if (import.meta.env.DEV) {
import('ant-design-vue/dist/antd.less');
}
import { createApp } from 'vue';
import App from './App.vue';