Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.43k stars 901 forks source link

:data-index="index" is incorrect in DynamicScrollerItem demo #865

Open lizyChy0329 opened 6 months ago

lizyChy0329 commented 6 months ago

Clear and concise description of the problem

image image

Suggested solution

key-field and index must be consistent otherwise the size of the computed could be 0.

// DynamicScroller
key-field="post_id"
// DynamicScrollerItem
:data-index="item.post_id"
:index="item.post_id"

image

Alternative

No response

Additional context

No response

Validations