Vue 下拉刷新及无限加载组件
原文 https://github.com/wangdahoo/vue-scroller 主题 Vue.js Vue Scroller Vue Scroller is a foundational component ofVonic UI. In purpose of smooth scrolling, pull to refresh and infinite loading. Demo Change Logs v0.3.9 add getPosition method for scroller instance. v0.3.8 fix bug v0.3.7 publish bower version v0.3.6 support mouse events v0.3.4 change required property 'delegate-id' to non-required. v0.3.3 support multi scrollers in one page. How To Use Step 1: create vue project and install vue-scroller via npm. (we use vue webpack-simple template here) $ vue init webpack-simple#1.0 my-project $ cd