vue-awesome-swiper中loop设置true无效
时间:2021-09-23 07:37:17
收藏:0
阅读:37
在vue生命周期的updated()时初始化swiper
updated() {
//解决轮播图 动态加载数据 loop失效问题
if (this.banners.length > 1) {
this.swiper.init();
}
},
原文:https://www.cnblogs.com/pizhisu/p/15308075.html
评论(0)