akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

Creates an extra div around React components #148

Open LMS007 opened 3 years ago

LMS007 commented 3 years ago

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