diff --git a/src/components/tiny-mce/index.vue b/src/components/tiny-mce/index.vue index 33f740c..74c20b7 100644 --- a/src/components/tiny-mce/index.vue +++ b/src/components/tiny-mce/index.vue @@ -245,7 +245,7 @@ export default { imageSuccessCBK (response, file, fileList) { const _this = this fileList.forEach(v => { - window.tinymce.get(_this.tinymceId).insertContent(``) + window.tinymce.get(_this.tinymceId).insertContent(``) }) } }