1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

perf[Tinymce]: getContent

This commit is contained in:
Pan 2018-03-08 16:51:09 +08:00
parent 7cacd5a4ac
commit 27effcc54c

View File

@ -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())
})
}
//