vuera icon indicating copy to clipboard operation
vuera copied to clipboard

Creates an extra div around React components

Open LMS007 opened this issue 2 years ago • 0 comments

Each time I try and render a react component inside my vue component, there is an extra div wrapped around my react component. I'm not sure if there is a way to change that element or even just remove it, and I did not see any options in the README to do so. The problem is that any components designed to be inline such as buttons or inputs or links are totally useless. I suggest at the very least changing the wrapping tag to a span, making it configurable, or if possible, git rid of it?

relates to https://github.com/akxcv/vuera/issues/19

LMS007 avatar Oct 26 '21 16:10 LMS007