Questions tagged [root-element]

11 questions
4
votes
0 answers

How to use as the root element of a Vue component?

I'd like to build a wrapper component, that just adds some JavaScript to the actual component that is passed in, but without creating an extra HTML element. This works, but creates a div as the root element: