I am trying to understand the vue virtual scroller. I noticed in the demo there are a couple HTML attributes it uses...
<virtual-scroller v-if="scopedSlots" class="scroller" :item-height="itemHeight" :items="items" main-tag="section" content-tag="table" :buffer="buffer" :pool-size="poolSize">
link to the specific line on source code
Where does this ability come from and where is the documentation for it?