From a12a3de6a31e0bb3b6ae05be1c8eab65a46d9840 Mon Sep 17 00:00:00 2001 From: huyikun <3069479901@qq.com> Date: Tue, 7 Feb 2023 10:35:04 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 02f68e23..4cb94569 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Pan ", "scripts": { "dev": "vue-cli-service serve", + "serve": "vue-cli-service serve", "lint": "eslint --ext .js,.vue src", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", @@ -34,7 +35,7 @@ "screenfull": "4.2.0", "script-loader": "0.7.2", "sortablejs": "1.8.4", - "tui-editor": "1.3.3", + "@toast-ui/editor": "^3.1.3", "vue": "2.6.10", "vue-count-to": "1.0.13", "vue-router": "3.0.2", From 3e0294342094eb6e2f10c8816f5c31b016674b3f Mon Sep 17 00:00:00 2001 From: huyikun <3069479901@qq.com> Date: Tue, 7 Feb 2023 10:53:22 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=8E=A8=E9=80=81=E5=88=B0=E5=93=AA?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 93ca46f731c6698c0924f4b0473af866d9e26bbd Mon Sep 17 00:00:00 2001 From: huyikun <3069479901@qq.com> Date: Tue, 7 Feb 2023 11:27:41 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A5=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index b5fa135d..fa745b1c 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,4 @@ +// 这是fork到我github的项目 import Vue from 'vue' import Cookies from 'js-cookie' From cd9fb08c106adb7279135b7371fb14595f591058 Mon Sep 17 00:00:00 2001 From: huyikun <3069479901@qq.com> Date: Tue, 7 Feb 2023 11:37:14 +0800 Subject: [PATCH 4/4] init --- src/components/MarkdownEditor/index.vue | 29 +++++++++++++++---------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/src/components/MarkdownEditor/index.vue b/src/components/MarkdownEditor/index.vue index 1a8a01ee..17914343 100644 --- a/src/components/MarkdownEditor/index.vue +++ b/src/components/MarkdownEditor/index.vue @@ -4,11 +4,16 @@