From ee59b3be8b409d2626fd2a8b76b09bc7a018469f Mon Sep 17 00:00:00 2001 From: zlyx <1242874891@qq.com> Date: Mon, 3 Apr 2023 11:48:39 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=20vite.config.ts=20?= =?UTF-8?q?=E9=A2=84=E7=BC=96=E8=AF=91=E5=86=85=E5=AE=B9=20(thanks:=20?= =?UTF-8?q?=E5=9F=BA=E5=93=A5)=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 412e986c..ef11e2a1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -105,7 +105,10 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => { 'element-plus/es/components/option/style/css', 'element-plus/es/components/pagination/style/css', 'element-plus/es/components/tree/style/css', - 'element-plus/es/components/alert/style/css' + 'element-plus/es/components/alert/style/css', + 'element-plus/es/components/checkbox/style/css', + 'element-plus/es/components/date-picker/style/css', + 'element-plus/es/components/transfer/style/css' ] } }; -- Gitee