-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The infinite loading example it's not working #184
Comments
I try was working well, how do you meet this problem? |
Look at your Console. is there no log out 'at bottom'? This example scrolls to the real bottom to start adding data, but loading-spinner div always keep in bottom. Just use |
This solved! But idk why this happens only on chrome for me... |
Maybe not trigger reach bottom, can you console.log these three const value when problem occur? In source code here: console.log(offset, clientSize, scrollSize) Trigger to bottom event condition is: |
Well, I've cloned the repo, installed packages, and serve the examples. This is my log |
I mean, in Chrome's console |
By the way, these warnning maybe cause some bug: vue.runtime.esm.js?e832:619 [Vue warn]: $attrs is readonly.
found in
---> <VirtualList>
<InfiniteLoading> at src/views/infinite-loading/Main.vue
<App> at src/App.vue
<Root>
warn @ vue.runtime.esm.js?e832:619 Reason is that you have two |
So problem is find: |
Published |
After scrolling to the bottom of the page, the loading spinner never ends.
The text was updated successfully, but these errors were encountered: