vue-awesome-swiper中loop设置true无效

在vue生命周期的updated()时初始化swiper

  updated() {
    //解决轮播图 动态加载数据 loop失效问题
    if (this.banners.length > 1) {
      this.swiper.init();
    }
  },

参考自:https://segmentfault.com/q/1010000015690127

posted @ 2021-09-18 11:43  pizisu  阅读(233)  评论(0编辑  收藏  举报