From 631541083e29c3f8397a8e440344adea5135a7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Wed, 16 Nov 2022 19:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=BC=96=E8=BE=91=E5=99=A8=E5=9B=A0=E4=B8=BA=E8=87=AA?= =?UTF-8?q?=E8=BA=AB=E5=8D=87=E7=BA=A7=E5=AF=BC=E8=87=B4=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/package.json | 2 +- snowy-admin-web/src/components/Editor/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snowy-admin-web/package.json b/snowy-admin-web/package.json index 5f730508..60073da2 100644 --- a/snowy-admin-web/package.json +++ b/snowy-admin-web/package.json @@ -40,7 +40,7 @@ "sm-crypto": "^0.3.11", "snowflake-id": "^1.1.0", "sortablejs": "^1.15.0", - "tinymce": "^6.2.0", + "tinymce": "6.2.0", "vue": "3.2.44", "vue-cropper": "^1.0.1", "vue-i18n": "^9.2.2", diff --git a/snowy-admin-web/src/components/Editor/index.vue b/snowy-admin-web/src/components/Editor/index.vue index b7b11cc2..4cc081ad 100644 --- a/snowy-admin-web/src/components/Editor/index.vue +++ b/snowy-admin-web/src/components/Editor/index.vue @@ -10,7 +10,7 @@ import tinymce from 'tinymce/tinymce' import 'tinymce/themes/silver' import 'tinymce/icons/default' - + import 'tinymce/models/dom' // 引入编辑器插件 import 'tinymce/plugins/code' // 编辑源码 import 'tinymce/plugins/image' // 插入编辑图片