From db5caa4d6f455b0b946a4136401c3e6e77eafa5e Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Tue, 19 Sep 2023 10:15:02 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index a9987dd..fac26c1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -146,11 +146,12 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { 'qs', 'echarts', 'echarts-wordcloud', - 'intro.js', 'qrcode', '@wangeditor/editor', '@wangeditor/editor-for-vue', - 'vue-json-pretty' + 'vue-json-pretty', + '@zxcvbn-ts/core', + 'dayjs' ] } }