Skip to content

How do I change the value of 'No more results!'? #332

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

Open
hkhongg opened this issue Feb 6, 2024 · 2 comments
Open

How do I change the value of 'No more results!'? #332

hkhongg opened this issue Feb 6, 2024 · 2 comments

Comments

@hkhongg
Copy link

hkhongg commented Feb 6, 2024

How do I change the value of 'No more results!'?

@joweste
Copy link

joweste commented Apr 13, 2024

I need it as well

@skylerberg
Copy link

skylerberg commented Sep 14, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants