diff --git a/src/components/Tinymce/index.vue b/src/components/Tinymce/index.vue index a486cede..b1a56fe2 100644 --- a/src/components/Tinymce/index.vue +++ b/src/components/Tinymce/index.vue @@ -89,7 +89,7 @@ export default { _this.hasInit = true editor.on('NodeChange Change KeyUp SetContent', () => { this.hasChange = true - this.$emit('input', editor.getContent({ format: 'raw' })) + this.$emit('input', editor.getContent()) }) } // 整合七牛上传