We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
How do I change the value of 'No more results!'?
The text was updated successfully, but these errors were encountered:
I need it as well
Sorry, something went wrong.
You can change it via slots (among other ways to change it).
Check out the documentation here: https://peachscript.github.io/vue-infinite-loading/guide/configure-load-msg.html#via-component-prop
<infinite-loading> <div slot="spinner">Loading...</div> <div slot="no-more">No more message</div> <div slot="no-results">No results message</div> </infinite-loading>
No branches or pull requests
How do I change the value of 'No more results!'?
The text was updated successfully, but these errors were encountered: