ElemeFE/vue-infinite-scroll

My function not call after scroll on ES2015 with vue2

Closed this issue · 0 comments

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 :)