haochuan9421 / vue-ueditor-wrap

🚴Vue + 🚄UEditor + v-model双向绑定🚀
https://hc199421.gitee.io/vue-ueditor-wrap/
MIT License
1.6k stars 449 forks source link

"TypeError: Cannot set property 'id' of undefined" #91

Closed wswax closed 3 years ago

wswax commented 5 years ago

你遇到了什么 BUG 引用完毕之后,控制台报错"TypeError: Cannot set property 'id' of undefined",且编辑器不显示

是 UEditor 的 BUG 还是组件的 BUG 初步判断是由于本仓库的 vue-ueditor-wrap 组件导致的报错。

你是否查阅了 README 中的常见问题和其他 ISSUE 已查阅,没有发现我遇到的问题

截图

WeChat7dbb69bf3c787d239c07758575c711d4

开发环境

Bennyliu701 commented 5 years ago

同问。。。

Bennyliu701 commented 5 years ago

试出来了,serverUrl: "", 上传文件接口先默认传空就行了

zhouxitian commented 4 years ago

一样的问题。serverUrl传空也不行。可能是组件的代码还没完成加载就已经开始初始化了(例如用在弹窗里),所以报错,延迟一下组件的加载就好,如先用v-if隐藏,然后在this.$nextTick里再显示出来。

haochuan9421 commented 3 years ago

提供一个能复现你这个问题在线 Demo 或 GitHub 仓库。

在线 Demo 模版 GitHub 仓库模版