How to listen to the window scroll event in a VueJS component?

后端 未结 7 1248
借酒劲吻你
借酒劲吻你 2020-12-07 20:23

I want to listen to the window scroll event in my Vue component. Here is what I tried so far:


    ...
<         


        
7条回答
  •  温柔的废话
    2020-12-07 20:40

    Here's what works directly with Vue custom components.

     
    

    or

    
    

    and define a method for handleScroll. Simple!

提交回复
热议问题