vue-virtual-scroller
vue-virtual-scroller copied to clipboard
fix(RecycleScroller): when updating items by splice, the index always…
trafficstars
when updating items by splice, the new index may be -1
when updating items by splice, the new index may be -1。The order of the pool changes after sorting, which causes dom to be removed and re-added.