Narutocc / Vue

:smirk_cat:Vue is a progressive framework for building user interfaces. Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
1 stars 0 forks source link

小程序scroll-view滚动监听 #80

Open Narutocc opened 4 years ago

Narutocc commented 4 years ago

小程序监听scroll-view滑动到顶部、底部、左边、右边

例如:


<scroll-view scroll-y="true" @scrolltolower="goBottom">
......
</scroll-view>