使用 vue-awesome-swiper 最新版 4.1.1
swiper正常加载,滚动没有任何问题!
主要问题:启用lazy方法完全无效,也没有任何报错信息!!
html代码:
<swiper :auto-update="true" :options="swiperOption" >
<swiper-slide class="channel" v-for="(vo,key) in list" :key="key">
<img :data-src="vo.vod_pic" class="swiper-lazy" :data-srcset="vo.vod_pic" >
</swiper-slide>
</swiper>
data:
swiperOption: {
watchSlidesVisibility : true,
observer:true,
slidesPerView : 'auto',
preloadImages: false,//关闭预加载
centeredSlidesBounds: true,//则活动幻灯片将居中
loadPrevNext: true,
lazyLoading : true,
lazyLoadingInPrevNext: true, // 设置为true允许将延迟加载应用到最接近的slide的图片(前一个和后一个slide)。
lazy: {loadPrevNext: true},
navigation: {
nextEl: '.button-next',
prevEl: '.button-prev'
},
}
纠结了 一整天 vue-awesome-swiper真的让人吐血......
已经确认了
4.1.1
有问题,不推荐使用,解决方法请参考:http://www.datll.com/ask/arti...