关闭better-scroll滚动到最底部或者顶部的弹性效果

添加bounce: false就可以了

  mounted () {
    this.scroll = new BScroll(this.$refs.wrapper, {
      probeType: 3,
      click: true,
      bounce: false
    })
  }

猜你喜欢

转载自blog.csdn.net/weixin_43756060/article/details/87859997