vue 使用swiper插件, swiper自定义分页器
vue swiper自定义分页器
var swiper = new Swiper(".feature", {
....
//前进后退后自动播放
//用户操作swiper之后,是否禁止 autoplay 。默认为true:停止。
autoplayDisableOnInteraction: false,
//分页器
pagination: ".swiper-pagin",
paginationC
原创
2020-09-17 00:30:06 ·
1952 阅读 ·
0 评论