From 0c368fac03c0798cb9d066b1f8e9a007630895c0 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 4 Jan 2024 16:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=A1=A8=E6=A0=BC=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E5=8B=BE=E9=80=89=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=85=A8=E9=80=89=E8=BF=98=E6=98=AF=E4=BC=9A=E9=80=89=E4=B8=AD?= =?UTF-8?q?=20#5466=20=E3=80=90=E5=8F=91=E7=8E=B0vue=203.4.0=E7=B3=BB?= =?UTF-8?q?=E5=88=97=E5=AF=BC=E8=87=B4=E6=AD=A4=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=85=88=E5=9B=BA=E5=AE=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- vite.config.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index d77796c..d55841c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sortablejs": "^1.15.0", "tinymce": "^6.6.2", "vditor": "^3.9.5", - "vue": "^3.3.4", + "vue": "3.3.11", "vue-cropper": "^0.6.2", "vue-cropperjs": "^5.0.0", "vue-i18n": "9.2.2", diff --git a/vite.config.ts b/vite.config.ts index 74ef9a6..147758b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -89,8 +89,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { 'codemirror-vendor': ['codemirror'], //'emoji-mart-vue-fast': ['emoji-mart-vue-fast'], 'jeecg-online-vendor': ['@jeecg/online'], - // 将 Lodash 库的代码单独打包 - 'lodash-es-vendor': ['lodash-es'], // vue vue-router合并打包 vue: ['vue', 'vue-router'], 'cron-parser-vendor': ['cron-parser'],