Akryum / vue-virtual-scroller

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

DynamicScroller vue-recycle-scroller__item-wrapper计算的min-height出现错误 #727

Open Reset0921 opened 2 years ago

Reset0921 commented 2 years ago

我检查过id,id没有发现重复

ryanpwaldon commented 2 years ago

Same – issue for me was caused by accidentally passing a string instead of a number to the minItemSize prop.

Original:

<DynamicScroller minItemSize="512" ...props>

Fix (add binding to pass a number):

<DynamicScroller :minItemSize="512" ...props>

If owner wants a PR lmk 👍

niubaobaozsy commented 1 year ago

I have the same bug。。。min-height computed error

rajeevverma076 commented 1 year ago

I have the same bug min-height not computed automatically. content not scrolling up to mark. Contain not visible at all.

Screenshot 2023-04-11 at 7 53 34 PM