vue-ueditor
vue-ueditor copied to clipboard
setContent()无效,内容不显示
有一个编辑文章的功能,当我获取到文章相关的数据的时候,调用setContent方法文章内容不显示
代码:
data(){return ueditorObj:{}} editorReady(editorInstance){ const _this = this; _this.ueditorObj = editorInstance; }, getData(res){ _this.ueditorObj.setContent(res.body) }
res.body是已经有数据的