vuejs pass slot to child: Pass all props to children in Vue. Creating Vue.js Component Instances Programmatically | CSS-Tricks. Render Functions & JSX - Vue 2.
using $attrs and $listeners to pass down props and events. Works fine, but how can the wrapper proxy the <b-table>
named slots to the child.
In Vue 3, you can pass functions as props to child components in a similar way to passing any other data.
My code have a parent component pass a ref to
slot in a child component,I had tried the ways you said,but it doesn't work for me,I cannot receive the ref in slot,and if I use.