From b7143b51f3a50b6fac9c139d291c1fad017daee6 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 08 十二月 2023 15:50:50 +0800 Subject: [PATCH] 使用tinymce富文本 --- package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 822d28a..695e0d2 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "dependencies": { "@element-plus/icons-vue": "2.0.10", + "@tinymce/tinymce-vue": "^4.0.5", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "9.5.0", "@wangeditor/editor": "^5.1.18", @@ -32,6 +33,7 @@ "nprogress": "0.2.0", "pinia": "2.0.22", "quill": "^2.0.0-dev.3", + "tinymce": "^5.10.2", "vue": "3.2.45", "vue-cropper": "1.0.3", "vue-quill-editor": "^3.0.6", -- Gitblit v1.9.2