Results 6 comments of Ciro9527

钉钉的兼容问题,唯一就是需要把 组件 ready 回调改成 didMount 即可. 其它的像这些函数,都是兼容的. route setData Page Component getCurrentPages 目前已经在项目里使用过了,测试过没有问题.

可以强制encrypted.google.com走GAE,而不是hosts,根据自己的情况再修改一下proxy user_spac.json file ``` text { "URL" : ["encrypted.google.*"], "Proxy":["GAE", "socks://127.0.0.1:3439", "SSH"] }, ```

Copy the code to your project. Demo: https://github.com/mangege/mow

> However, ChartWrapper currently only propagates a subset of events thrown by charts: select, ready, and error. Other events are not transmitted through the ChartWrapper instance; to get other events,...

另外加了一个提交,之前没仔细看CGI.parse的返回,不好意思

哈哈,看你自己了,如果比较喜欢用rack带的query parse方法,那就把rack添加到gemspec文件里,不然在一个纯净的gemset环境里,运行测试会报找不到rack错误