可以在遮罩層中添加 @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刪除。