摘要:
当需要在移动端中禁止页面滚动,加入:@touchmove.prevent即可,例子如下 <template> <div @touchmove.prevent> <h3 class="main-bk">{{ title }}</h3> <p>您好!{{provider}}:</p> </div> </ 阅读全文
posted @ 2021-11-22 09:01 学以致用的人 阅读(147) 评论(0) 推荐(0)
|
摘要:
当需要在移动端中禁止页面滚动,加入:@touchmove.prevent即可,例子如下 <template> <div @touchmove.prevent> <h3 class="main-bk">{{ title }}</h3> <p>您好!{{provider}}:</p> </div> </ 阅读全文
posted @ 2021-11-22 09:01 学以致用的人 阅读(147) 评论(0) 推荐(0) |
||