From ad869d7f43c7c53b76be91ee7cd9499076b85af9 Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Mon, 10 Feb 2025 14:22:51 +0800 Subject: [PATCH] =?UTF-8?q?build:=E7=A7=BB=E9=99=A4=20vue-ueditor-wrap=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 package.json 中删除了 vue-ueditor-wrap 的引用 - 此更改可能是为了减少项目依赖或解决与该库相关的兼容性问题 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 003ca41..b2bc542 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "vue-quill-editor": "^3.0.6", "vue-router": "3.4.9", "vue-seamless-scroll": "^1.1.23", - "vue-ueditor-wrap": "^2.5.6", "vue-video-player": "^5.0.2", "vuedraggable": "2.24.3", "vuex": "3.6.2",