ElemeFE / vue-infinite-scroll

An infinite scroll directive for vue.js.
2.85k stars 416 forks source link

My function not call after scroll on ES2015 with vue2 #82

Closed suryadana closed 6 years ago

suryadana commented 6 years ago

I trying to import library and declare for global import infiniteScroll from 'vue-infinite-scroll' Vue.use(infiniteScroll) and i use on template v-infinite-scroll="loadMore" infinite-scroll-disabled="pagination.busy" infinite-scroll-distance="10" but i try scroll page function loadMore not called. Yesterday i try implementation without node ES2015 or direct javascript code it's work. You can give me a light for this problem Thank You :)