vue-virtual-scroller
vue-virtual-scroller copied to clipboard
DynamicScroller vue-recycle-scroller__item-wrapper计算的min-height出现错误
trafficstars
我检查过id,id没有发现重复
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 👍
I have the same bug。。。min-height computed error
I have the same bug min-height not computed automatically. content not scrolling up to mark. Contain not visible at all.
