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.
I'm trying to pass a React component into a Vue component's named slot, but I only see a way to pass into a default slot. Is there a way to specify which slot to pass it into?
The text was updated successfully, but these errors were encountered:
this.$slots (and maybe this.$scopedSlots) should be passed down the same way as the $attrs currently do. Then react-wrapper should pick them up and convert to React as it currently does for children. Seems doable.
I'm trying to pass a React component into a Vue component's named slot, but I only see a way to pass into a default slot. Is there a way to specify which slot to pass it into?
The text was updated successfully, but these errors were encountered: