feature: tinymce add setContent && getContent method

This commit is contained in:
Pan 2017-10-18 17:02:35 +08:00
parent 658abf664d
commit 9463c50e06

View file

@ -150,6 +150,12 @@ export default {
})
},
methods: {
setContent(value) {
window.tinymce.get(this.tinymceId).setContent(value)
},
getContent() {
window.tinymce.get(this.tinymceId).getContent()
},
imageSuccessCBK(arr) {
const _this = this
arr.forEach(v => {