From bd96cd83d0194acfaa9f0385b62c7ca11db267bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 23 Feb 2024 00:07:13 +0800 Subject: [PATCH] =?UTF-8?q?chore(vite.config.ts):=20:hammer:=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=EF=BC=8C=E9=A2=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E4=BE=9D=E8=B5=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 6f014da1..e212dd3b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -116,6 +116,14 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { "vue-router", "pinia", "axios", + "@vueuse/core", + "sortablejs", + "path-to-regexp", + "echarts", + "@wangeditor/editor", + "@wangeditor/editor-for-vue", + "vue-i18n", + "path-browserify", "element-plus/es/components/form/style/css", "element-plus/es/components/form-item/style/css", "element-plus/es/components/button/style/css", @@ -165,15 +173,9 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { "element-plus/es/components/statistic/style/css", "element-plus/es/components/watermark/style/css", "element-plus/es/components/config-provider/style/css", - "@vueuse/core", - "sortablejs", - "path-to-regexp", - "echarts", - "@wangeditor/editor", - "@wangeditor/editor-for-vue", - "vue-i18n", "element-plus/es/components/text/style/css", - "path-browserify", + "element-plus/es/components/drawer/style/css", + "element-plus/es/components/color-picker/style/css", ], }, // 构建配置