vue-ueditor icon indicating copy to clipboard operation
vue-ueditor copied to clipboard

setContent()无效,内容不显示

Open huangche007 opened this issue 7 years ago • 0 comments

有一个编辑文章的功能,当我获取到文章相关的数据的时候,调用setContent方法文章内容不显示

代码: data(){return ueditorObj:{}} editorReady(editorInstance){ const _this = this; _this.ueditorObj = editorInstance; }, getData(res){ _this.ueditorObj.setContent(res.body) } res.body是已经有数据的

huangche007 avatar Jan 04 '18 08:01 huangche007