当需要在移动端中禁止页面滚动,加入:@touchmove.prevent即可,
例子如下
<template>
  <div @touchmove.prevent>
    <h3 class="main-bk">{{ title }}</h3>
    <p>您好!{{provider}}:</p>
  </div>
</template>

 

 

相关文章:

  • 2022-02-09
  • 2021-03-31
  • 2022-01-21
  • 2022-12-23
  • 2021-12-10
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2022-01-26
  • 2022-02-12
  • 2022-12-23
  • 2022-01-30
  • 2021-12-04
相关资源
相似解决方案