jamieYou / wx-rich-parse

28 stars 3 forks source link

组件无法解析富文本,启动报错Cannot read property 'indexOf' of undefined #3

Open guagua141 opened 6 years ago

guagua141 commented 6 years ago

template: <rich-parse content="{{ item.content }}" type="html"/>

script: components = { 'rich-parse': '../plugins/rich-parse/rich-parse' }

框架使用的是wepy

@jamieYou