From bd855a92b1369f1a011492851333c3a1a52dddb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Sun, 17 Apr 2022 12:08:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0wangEditor=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 4 +-
src/components/Editor/index.vue | 260 +++++++++-----------------------
2 files changed, 70 insertions(+), 194 deletions(-)
diff --git a/package.json b/package.json
index 5c1b976..cc1742a 100644
--- a/package.json
+++ b/package.json
@@ -26,11 +26,11 @@
"jsencrypt": "3.2.1",
"mavon-editor": "^2.10.4",
"nprogress": "0.2.0",
- "quill": "^1.3.7",
"vue": "3.2.26",
"vue-cropper": "1.0.2",
"vue-router": "4.0.12",
- "vuex": "4.0.2"
+ "vuex": "4.0.2",
+ "wangeditor": "^4.7.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "1.9.4",
diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue
index 723db42..6bab39d 100644
--- a/src/components/Editor/index.vue
+++ b/src/components/Editor/index.vue
@@ -1,198 +1,74 @@
-
+
-
-
\ No newline at end of file