vue-infinite-loading
vue-infinite-loading copied to clipboard
An infinite scroll plugin for Vue.js.
First of all, thanks for great plugin! I'm using it with containers which have various height. Occasionally they are much longer than window height and I would allow to navigate...
### Version latest ### Vue.js version 2.5.17 ### Reproduction Link https://codepen.io/anon/pen/NoYrwx?editors=1111 ### Steps to reproduce 1. When in Tab 1, scroll to bottom a little. 2. From that scroll position...
I am getting this error on alpha version Uncaught (in promise) TypeError: _ref is undefined
Hello, is there a version suitable for vue3, or use examples?
Fixes minor typo in the [Use With Element UI](https://peachscript.github.io/vue-infinite-loading/guide/use-with-el-table.html#use-with-element-ui) docs section. 
### Version 2.4.5 ### Vue.js version 2.6.12 ### Reproduction Link None ### Steps to reproduce Just load a very short number of items so that no second api call is...
i install this package, everything is work now but if data respone from server contain something like a image or file, it seem to be load again and again like...
This patch enables compatibility with Vue 3. Aside from a couple deprecations that were fixed, I changed the build tool to rollup in stead of webpack. Tests will likely need...
please suggest some way to apply infinite-loading on el-option. @imzedi
I have a long list of products loaded using vue-infinite-loading. When I click on a product, I navigate to a new page which describes the product. Now when I return...