From 2c24108d0d3239cc42308d9b937aa93ce713ba01 Mon Sep 17 00:00:00 2001 From: liangwei Date: Wed, 15 Feb 2023 13:52:57 +0800 Subject: [PATCH] replace dependency simplemde with simplemde-w --- package.json | 2 +- src/components/common/MarkdownEditor.vue | 4 ++-- src/views/editor/markdown.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 17414c8..2197d88 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "qs": "^6.9.4", "quill": "^1.3.6", "screenfull": "^5.1.0", - "simplemde": "^1.11.2", + "simplemde-w": "^1.11.4", "vaw-verify": "^0.1.5", "vue": "^2.6.11", "vue-router": "^3.4.9", diff --git a/src/components/common/MarkdownEditor.vue b/src/components/common/MarkdownEditor.vue index 585be6b..e3b7e86 100644 --- a/src/components/common/MarkdownEditor.vue +++ b/src/components/common/MarkdownEditor.vue @@ -8,9 +8,9 @@