问题描述:使用vue开发移动端页面时,提示如下错误,并且点击事件不触发,PC端正常
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
解决:全局样式添加* {touch-action: pan-y;}, pan-y表示启用单指垂直平移手势(上下滑动事件)
问题描述:使用vue开发移动端页面时,提示如下错误,并且点击事件不触发,PC端正常
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
解决:全局样式添加* {touch-action: pan-y;}, pan-y表示启用单指垂直平移手势(上下滑动事件)
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。