vue3-popper
vue3-popper copied to clipboard
Can't put several children
Description of the bug
I have 2 children inside my Popper, and I have an error in the console:
[Popper]: The <Popper> component expects only one child element at its root. You passed 2 child nodes.
Reproduction link Very simple, see below
To Reproduce
<Popper
arrow
hover
content="MY CONTENT">
<span>First</span>
<span>Second</span>
</Popper>
Expected behavior I expect the Popper to apply to all the children.
Screenshots None, Ithink it's self-explanatory.