Handling scroll event #538
-
How can I create a handler that reacts on a scroll event https://vuetifyjs.com/en/directives/scroll/ tried this
but it did not work |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Did you print it to see the output template? Also keep in mind that the API let you register properties/events so they can be mapped to the expected syntax for vue in case they are not supported out of the box. |
Beta Was this translation helpful? Give feedback.
-
I tried that. This adds |
Beta Was this translation helpful? Give feedback.
Thanks, Seb.
This works for me:
Strange, with
v-scroll.self
it did not work, I had to set target explicitly.