可以在遮罩层中添加 @touchmove.prevent 就可以实现禁止页面滚动
注意 弹窗里面有滚动条的也是无法滚动的
具体使用 父标签上添加 @touchmove.prevent
<div @touchmove.prevent>
</div>
ps:转载于https://www.cnblogs.com/lymconch/p/13925135.html
可以在遮罩层中添加 @touchmove.prevent 就可以实现禁止页面滚动
注意 弹窗里面有滚动条的也是无法滚动的
具体使用 父标签上添加 @touchmove.prevent
<div @touchmove.prevent>
</div>
ps:转载于https://www.cnblogs.com/lymconch/p/13925135.html
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。