wangdahoo / vue-scroller

Scroller Component for Vue.js
https://wangdahoo.github.io/vue-scroller/
1.79k stars 387 forks source link

2.2.3版本有bug #164

Closed toysen closed 7 years ago

toysen commented 7 years ago

Uncaught TypeError: Cannot read property 'doTouchStart' of undefined Uncaught TypeError: Cannot read property 'doTouchMove' of undefined

同一套代码,2.2.0正常,2.2.3报上面的错。引用方法什么都一样。把2.2.0复盖就正常了。为什么呢?

toysen commented 7 years ago

下拉刷新时候,报以上的错

toysen commented 7 years ago

default

toysen commented 7 years ago

default

toysen commented 7 years ago

default

toysen commented 7 years ago

default

veaba commented 7 years ago

坐等解决,问题可能是 属性没判断存不存在就直接用这个属性了,换了三个scroll 插件了,这个满足需求,结果出现这问题,我要气哭了。

q27488 commented 7 years ago

对的,最新版2.2.3确实会报错; 我自己用npm install vue-scroller@2.2.0后退版本暂时解决。

LeiJiXiao commented 7 years ago

最新版2.2.3确实会报错。 ![Uploading C~)_D}H@16T]C[4H[7`3R30.png…]()

Penggggg commented 7 years ago

vue-scroller@2.2.3 报告错误同上。 覆盖旧版本后暂时解决 yarn upgrade vue-scrollers@2.2.2

wangdahoo commented 7 years ago

@all 已修复 试试 v2.2.4 有问题给我留言 谢