提示报错:Error in v-on handler: "Error: Rendered items limit reached"
It seems the scroller element isn't scrolling, so it tries to render all the items at once. Scroller: <div class="vue-recycle-scroller ready direction-vertical" style="height: 100%; overflow-y: auto; scroll-behavior: smooth;">…
vue-virtual-scroller.esm.js?e508:619 Make sure the scroller has a fixed height (or width) and 'overflow-y' (or 'overflow-x') set to 'auto' so it can scroll correctly and only render the items visible in the scroll viewport.
提示报错:Error in v-on handler: "Error: Rendered items limit reached"
It seems the scroller element isn't scrolling, so it tries to render all the items at once. Scroller: <div class="vue-recycle-scroller ready direction-vertical" style="height: 100%; overflow-y: auto; scroll-behavior: smooth;">…
发现子节点超过2000多好像就会报这样的错,然后数据就只会加载一半