可以在遮罩层中添加 @touchmove.prevent 就可以实现禁止页面滚动

注意 弹窗里面有滚动条的也是无法滚动的

 

具体使用 父标签上添加 @touchmove.prevent 

<div @touchmove.prevent>

</div>

 

ps:转载于https://www.cnblogs.com/lymconch/p/13925135.html

posted on 2021-11-29 09:43  仔仔爱学习  阅读(1918)  评论(0)    收藏  举报