vue-virtual-scroller
vue-virtual-scroller copied to clipboard
feat: Set custom element tags
trafficstars
Add the following custom tag props:
rootTag(default:'div'): the element to render as the root container.beforeTag(default:'div'): the element to render as the before slot wrapper.afterTag(default:'div'): the element to render as the after slot wrapper.