n7best
n7best
这个是react-weui导致的 还是weui本身的bug?
可以参考下 #175
谢谢 下个版本加上去
@xuqingkuang #251 是这个问题吗
关的是另外一个不是这个
谢谢建议 的确 之后可以加个`defaultValue`这样的属性来设置默认
用的什么浏览器?
@ityao 谢谢, 下个版本修复这个问题
谢谢 应该是之前转babel6去掉babel polyfill时候没测试到 , 如果急用应该可以先加个polyfill
@nikomc0 encounter the same issue while using create-react-app. What I did to solve around is to import the pre-compiled version directly and use the `RSSParser` instead of `Parse` and I...