Replies: 1 comment 2 replies
-
Reproduce link plz |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if it's normal than v-virtual-scroll does not update when its items property changes (in my case, items are reordered). Items is linked to a component prop. If yes, how do I do to update the scroller when the items prop changes?
Also is there a notion of key? No sign of this in the doc. Intuitively, I would have added :key="item.id" to my PersonalGameCard element...
Finally, note that if I replace the virtual scroller by a basic v-for, then it works perfectly.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions