better-scroll vant popup 移动端无法滚动
better-scroll vant popup 移动端无法滚动
实例化时添加属性 bindToWrapper: true
this.$nextTick(() => { let bs = new BScroll(".popup-container", { bindToWrapper: true, }); });
用心写代码,不辜负程序员之名。
this.$nextTick(() => { let bs = new BScroll(".popup-container", { bindToWrapper: true, }); });