在vue生命周期的updated()时初始化swiper
updated() {
//解决轮播图 动态加载数据 loop失效问题
if (this.banners.length > 1) {
this.swiper.init();
}
},
2023-09-26 23:32:28
updated() {
//解决轮播图 动态加载数据 loop失效问题
if (this.banners.length > 1) {
this.swiper.init();
}
},