上传图片的坑:在弹框的富文本编辑器中修改或上传图片后,弹框关闭,再次点击弹框,富文本获取上次数据显示时报错:
Uncaught (in promise) Error: (annot find a descendant at path (0,3] in node: ["children":
["type"."paragraph" "children".index.es.js:2379("text"."i1l,"operations"[("type""set seletion"
"roperties":mull "newProperties":("anchor":("path":(0 3,0),"offset":0),"focus":("path"
(6,3,0),"offset":0)H,"seletin":("anchor": ("path":[0,3,0),"offset":0),"focus":("path":
[0,3,0,"offset":0)),"marks":null,"id":"wangeditor1" "isDetroved":false......
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'emitsOptions'at shouldUpdateComponent
解决:让富文本组件随着弹框的关闭进行销毁,使用v-if