vue-awesome-swiper中loop设置true无效
在vue生命周期的updated()时初始化swiper
updated() {
//解决轮播图 动态加载数据 loop失效问题
if (this.banners.length > 1) {
this.swiper.init();
}
},
以此纪念陪伴我十年的狗狗
updated() {
//解决轮播图 动态加载数据 loop失效问题
if (this.banners.length > 1) {
this.swiper.init();
}
},