Open hkhongg opened 9 months ago
I need it as well
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>
How do I change the value of 'No more results!'?