// vue里面简单的处理方式,可以同时兼容PC和移动端

<div @touchend.stop.prevent="doSomething" @click.stop.prevent="doSomething">

参考链接
https://blog.csdn.net/heeng4688/article/details/83305079

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-11-08
  • 2021-08-12
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
相关资源
相似解决方案