wangeditor-team / wangEditor-for-vue3

wangEditor v5 Vue3 component
https://www.wangeditor.com/
34 stars 19 forks source link

初始化报异常 #18

Closed towerhe closed 1 year ago

towerhe commented 1 year ago

编辑器能正常显示,也能正常输入内容,获取到输入内容的值,初始化的时候无法显示初始值。

初始化的时候报如下异常,查看代码 tokenizePlaceholders 是 prism 里面的。

       Uncaught TypeError: Cannot read properties of undefined (reading 'tokenizePlaceholders')
towerhe commented 1 year ago

已经处理好了,是因为没有给自定义的组件设定 name