From 0d661774046de0f6c62f2bab113730d7663bd3d5 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 25 八月 2022 11:04:30 +0800 Subject: [PATCH] 解决bug --- package.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 961c22e..ae2b9ee 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.6", - "@wangeditor/editor": "^5.1.1", + "@wangeditor/editor": "^5.1.14", "axios": "^0.27.2", "countup.js": "^2.2.0", "cropperjs": "^1.5.12", @@ -35,6 +35,7 @@ "vue-grid-layout": "^3.0.0-beta1", "vue-i18n": "^9.1.10", "vue-router": "^4.0.15", + "wangeditor": "^4.7.15", "xlsx": "^0.18.5" }, "devDependencies": { -- Gitblit v1.9.2