diff --git a/vite.config.ts b/vite.config.ts index 786a950de8..a22a63cdd5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -79,7 +79,9 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => { "@vueuse/core", "@iconify/vue", "element-plus/lib/locale/lang/en", - "element-plus/lib/locale/lang/zh-cn" + "element-plus/lib/locale/lang/zh-cn", + "vxe-table/lib/locale/lang/zh-CN", + "vxe-table/lib/locale/lang/en-US" ], exclude: ["@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"] },