-
Notifications
You must be signed in to change notification settings - Fork 373
Hide slot "no-more" option #61
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
Comments
You can simply override it through a blank element: <infinite-loading>
<span slot="no-more"></span>
</infinite-loading> |
Oh...It's really difficult, this part of the code has side-effect, so I must optimize it in the next version. For now, you can override the styles of |
For temporary solution I will do it. Okey, I am waiting for a update. Thanks! |
Hi @vgladimir , v2.2.0 has been released, include the slot hide feature, you can try it now, please feedback to here if you find any problem, thanks :D |
Hi, i have a little different case, |
Not yet, you must override the inherited styles currently, it is another problem, we can discuss in #80 |
|
Hello,
In my app I don't need any "no-more" message. How to hide this slot in normal way?
The text was updated successfully, but these errors were encountered: