From f872ea1a23fe3f3c335978cc552577cf5442cfdf Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 20 Oct 2021 21:26:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dvxe-table=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=89=BE=E4=B8=8D=E5=88=B0css=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 172e28f53..6b62cedeb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -62,6 +62,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => { { libraryName: "vxe-table", esModule: true, + ensureStyleFile: true, resolveComponent: name => `vxe-table/es/${name}`, resolveStyle: name => `vxe-table/es/${name}/style.css` }