Skip to content
Snippets Groups Projects
Commit 27effcc5 authored by Pan's avatar Pan
Browse files

perf[Tinymce]: getContent

parent 7cacd5a4
No related branches found
No related tags found
No related merge requests found
......@@ -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())
})
}
// 整合七牛上传
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment