feat: support vite2

This commit is contained in:
vben
2021-01-10 21:23:21 +08:00
parent 664035328f
commit eba55769ec
11 changed files with 52 additions and 78 deletions

View File

@@ -10,7 +10,7 @@
import { defineComponent } from 'vue';
import { ConfigProvider } from 'ant-design-vue';
import { initAppConfigStore } from '/@/setup/App';
import { initAppConfigStore } from '/@/logics/initAppConfig';
import { useLockPage } from '/@/hooks/web/useLockPage';
import { useLocale } from '/@/locales/useLocale';