From 66c20aed1e28fc15d6c79d606138b75218257475 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 1 Mar 2023 00:53:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=B0=E5=A2=9E=E9=A2=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 1ad74cd51e26094660b8f2a61fa6c345adec600a --- vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 2a453b75..ec101fcd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -111,7 +111,9 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { 'vue-router', 'element-plus/es/locale/lang/zh-cn', 'element-plus/es/locale/lang/en', + 'pinia', '@vueuse/core', + '@iconify/vue', 'axios', 'echarts', '@wangeditor/editor',