学习文档:https://warpcgd.github.io/vue-concise-slider/docs.html#preventrebound
这里只是记录一些相关配置
1. pagination: true, // 底部小圆点是否隐藏(true显示,false隐藏)
2. currentPage: 0, // 当前页码
3. thresholdDistance:500, // 滑动判定距离
4. thresholdTime:100, // 滑动判定时间
5. autoplay:2000, // 自动滚动[ms]
6. loop:true, // 是否循环滚动
7. direction:'vertical', // 滚动方向
8. infinite:1, // 无限滚动前后遍历数
9. slidesToScroll:1, // 滚动行数
网友评论