vue3-popper icon indicating copy to clipboard operation
vue3-popper copied to clipboard

Can't put several children

Open djcaesar9114 opened this issue 2 years ago • 0 comments

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.

Additional context

djcaesar9114 avatar Jul 23 '22 22:07 djcaesar9114