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 :)
I trying to import library and declare for global
import infiniteScroll from 'vue-infinite-scroll' Vue.use(infiniteScroll)
and i use on templatev-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 :)