KarlBao

Results 2 issues of KarlBao

### Expected behavior Expect to locate the `.styl` file from `node_modules` with `~` (which works well when bundled with Webpack) ```stylus @import '~@my-pkg/style.styl' ``` ### Actual behavior Get the error:...

操作系统:iOS9.3.4 微信版本:6.3.13 Vue.js版本:1.0.26 页面里添加一个jquery的flexslider2插件,容器上使用了-webkit-overflow-scrolling: touch; 当从portrait切换到landscape,页面向下滚动时后面内容不渲染,必须在滚动停止后才渲染出来。移除slider或者用-webkit-overflow-scrolling: auto就没有此问题,试过其他slider好像也是相同问题。