vue開發移動端項目點擊事件失效,而且報錯[Intervention]

問題描述:使用vue開發移動端頁面時,提示以下錯誤,而且點擊事件不觸發,PC端正常

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. vue

解決:全局樣式添加* {touch-action: pan-y;}, pan-y表示啓用單指垂直平移手勢(上下滑動事件)
相關文章
相關標籤/搜索