Fork me on GitHub

better-scroll vant popup 移动端无法滚动

better-scroll vant popup 移动端无法滚动
 
实例化时添加属性 bindToWrapper: true
this.$nextTick(() => {
  let bs = new BScroll(".popup-container", {
    bindToWrapper: true,
  });
});

 

posted @ 2022-02-23 16:28  思考的大腿  阅读(507)  评论(0编辑  收藏  举报