wx-rich-parse icon indicating copy to clipboard operation
wx-rich-parse copied to clipboard

Results 4 wx-rich-parse issues
Sort by recently updated
recently updated
newest added

thirdScriptError Maximum call stack size exceeded; [Component] Property Observer Error @ rich-parse/rich-parse#observer RangeError: Maximum call stack size exceeded 解析这段json时候报的堆栈溢出,看报错提示JSON.parse 应该是json对象和字符串转换时候错误了。请问这具体的原因是什么? ![image](https://user-images.githubusercontent.com/25318681/51659271-07c78980-1fe5-11e9-9a18-2c31e09a2ede.png)

template: `` script: components = { 'rich-parse': '../plugins/rich-parse/rich-parse' } 框架使用的是wepy @jamieYou

小图失真显示,会充满整个view,不能像wxParse一样按照图片的尺寸自适应,请问怎么修改呢?wxParse在Component遇到数据更改后不能刷新。前端新手请帮忙,多谢。