From c159e088cfab78738822b33b047457bb5f4ad424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 8 Jan 2022 18:38:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(package.json):=20=E6=B7=BB=E5=8A=A0wangEdi?= =?UTF-8?q?tor=E5=92=8Cvue=E6=8F=92=E4=BB=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bd620750..24a92447 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "dependencies": { "@element-plus/icons": "0.0.11", - "@tinymce/tinymce-vue": "^4.0.5", + "@wangeditor/editor": "^0.13.6", + "@wangeditor/editor-for-vue": "^5.1.8-6", "axios": "^0.24.0", "element-plus": "^1.2.0-beta.6", "nprogress": "^0.2.0", @@ -16,7 +17,6 @@ "path-to-regexp": "^6.2.0", "pinia": "^2.0.9", "screenfull": "^6.0.0", - "tinymce": "^5.10.2", "vue": "^3.2.16", "vue-router": "^4.0.12" }, @@ -24,12 +24,11 @@ "@types/node": "^16.11.7", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", - "@types/tinymce": "^4.6.4", "@vitejs/plugin-vue": "^1.9.3", "sass": "^1.43.4", "typescript": "^4.4.3", "vite": "^2.6.4", - "vite-plugin-svg-icons": "^1.0.5", + "vite-plugin-svg-icons": "^1.1.0", "vue-tsc": "^0.3.0" } }