最佳答案
我想听 Vue 组件中的窗口滚动事件:
<my-component v-on:scroll="scrollFunction">
...
</my-component>
随着 scrollFunction(event)
被定义在我的组件方法,但它似乎不工作。
有人知道怎么做吗?
谢谢!