From bc6a6e4818de3e7e6dc2c40518a0aa8edb308452 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Mon, 15 Jan 2024 11:00:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=A2=9E=E5=8A=A0vite=20=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=A2=84=E7=BC=96=E8=AF=91css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 01da668..048b3b9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -66,6 +66,8 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => { 'vue-i18n', '@vueup/vue-quill', + 'element-plus/es/components/radio-button/style/css', + 'element-plus/es/components/checkbox-group/style/css', 'element-plus/es/components/form/style/css', 'element-plus/es/components/form-item/style/css', 'element-plus/es/components/button/style/css',