[Vuejs]-How do I mark a mousewheel event as passive in Vue js?

0đź‘Ť

Since you’re not creating a mousewheel event, you won’t be able to modify the event it’s complaining about. There’s no way to say “make all mousewheel events passive”.

👤Roy J

Leave a comment