问题描述, 滚动弹出框时底层会跟着滚动, 加@touchmove.prevent可阻止底部穿透滚动.
//阻止滚动穿透
<div @touchmove.prevent></div>
微信扫一扫
问题描述, 滚动弹出框时底层会跟着滚动, 加@touchmove.prevent可阻止底部穿透滚动.
//阻止滚动穿透
<div @touchmove.prevent></div>
相关推荐