vue-scroller icon indicating copy to clipboard operation
vue-scroller copied to clipboard

Scroller Component for Vue.js

Results 102 vue-scroller issues
Sort by recently updated
recently updated
newest added

![企业微信截图_16577944819468](https://user-images.githubusercontent.com/55694892/178962195-77326bc6-da5e-4c39-97d4-687924f88ffc.png)

问题:以我的经验来看要获取手指滑动一段距离后产生的速度,用touchStart和touchEnd之间的距离除以时间即可,可是我看源码里貌似不是这样子的?是touchmouve期间记录最后几次触发touchmove事件的touch信息的pos和时间戳来算的,请问是这样吗

插件很不错,但是没有license,公司不让用。能不能添加一个开源license?

有个传参的需求,但同时也需要done函数,但是以 :on-refresh="Refresh($event, index)" 方式传参,$event为undefined

在请求完成时按照demo中的写法,传done并调用,会出现一直不停地执行上拉加载的方法,那这个究竟怎么使用?不加好像又只能上拉一次生效?

请教下移动端滚动明加载列表数据将scroller封装,实现滚动传递参数后台返回数据,实际接口只走了两次,后面就加载不了了,有什么思路借鉴一下吗

![t 7anju 2fops_q ba4](https://user-images.githubusercontent.com/34428646/47194220-1d476a80-d389-11e8-84e1-224ba303e3e5.png) ![c 0fak828wyo87hb qc5kb](https://user-images.githubusercontent.com/34428646/47194222-1f112e00-d389-11e8-8f16-e9dde3122d2c.png) ![4zxe rq npk 9t9l 8wp 3](https://user-images.githubusercontent.com/34428646/47194223-1fa9c480-d389-11e8-86ad-3ac7f0935a3b.png) 多个列表,noDataText只在第一个列表生效

现在有停止自动加载的方法,但是如果我该页面有其他筛选条件,切换筛选条件的时候,能否提供一个开启自动加载的方法,我只需把列表数据清空即可自动加载数据了