vue项目使用umeditor报错Ueditor Cannot set property 'innerHTML' of undefined
网上有很多关于vue项目结合百度富文本使用的例子,比如这篇:https://www.cnblogs.com/dmcl/p/7152711.html获取编辑器内容方法:methods:{getUEContent(){//获取内容方法returnthis.editor.getContent()}},因为我还加了watch,旨在页面从加载um(或者ue是基本一样的)开始,实时获取、设置富文本内容:wat