Skip to content
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

Is there any way to remove no more data message? #11

Closed
limjunhyuk97 opened this issue Jul 26, 2022 · 2 comments
Closed

Is there any way to remove no more data message? #11

limjunhyuk97 opened this issue Jul 26, 2022 · 2 comments

Comments

@limjunhyuk97
Copy link

Hi, I'm currently using your work for shopping mall project.
And, I noticed that there is no given documents for customizing"no more data" message.
So I leaved an issue to ask you about some ways to customize those messages.

Thank you.

@jonasgeiler
Copy link
Owner

jonasgeiler commented Jul 26, 2022

You can remove the message like this:

<InfiniteLoading>
  <span slot="noMore"></span>
</InfiniteLoading>

The same works for all the other slots (noResults, error, spinner)

In the future I will probably make it empty by default....

@limjunhyuk97
Copy link
Author

Thanks a lot! This really helps me ;)

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

2 participants