-
Notifications
You must be signed in to change notification settings - Fork 103
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
list not render after vuex state set to empty #121
Comments
I'm running into a similar issue without VueX. I have an array of objects and if the array is filtered down to an empty list when a user searches on specific text, then the |
@czjge @mrodrig I'm not sure this is being maintained anymore since it hasn't been updated in over a year. There was a pull request that fixes this #99 I created my own fork to apply the patch to fix it. you can do the same in your own fork for the time being or for a quick work around change your package to hit mine. In package.json |
Thanks, fixes it for me! |
Thank you for your correction, it works great |
I'm using this repository to build my blog with vuex, but I got a problem: a vuex state set to empty, and I change that state to none-empty, the problem comes, the list can't be rendered, but the page links can be rendered. I check the api and the state, both are ok. now I'm pretty sure the problem is the view render. Here is the code:
The text was updated successfully, but these errors were encountered: