vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

feat: Set custom element tags

Open Pytal opened this issue 2 years ago • 0 comments
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.

Pytal avatar Sep 13 '23 00:09 Pytal