You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
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?
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 #19
The text was updated successfully, but these errors were encountered: