element-plus/packages/directives/mousewheel
TANGENNT 9b399385e0
fix(directives): use standard wheel event with passive option (#7256)
Both DOMMouseScroll and mousewheel event are non-standard now. And "[Violation]" warning will be
printed in console without setting `passive: true`.

fix #7016 #2016
2022-04-25 23:19:59 +08:00
..
index.ts fix(directives): use standard wheel event with passive option (#7256) 2022-04-25 23:19:59 +08:00