Vue 3 Slots Explained: Enhancing Component Flexibility — Coding ...
Scoped slots allow child components to pass data back to the parent within the slot. This is useful for creating components that are not only customizable in terms of content but also in behavior.
Vue: Pass Slots through from Parent to Child Components · GitHub
Vue: Pass Slots through from Parent to Child Components - pass-slots.md
Pass all props to children in Vue
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.
