I want to listen to the window scroll event in my Vue component. Here is what I tried so far:
... <
Here's what works directly with Vue custom components.
or
and define a method for handleScroll. Simple!