scoped slots vue example
Course: Scoped Slots in Vue.js - Vue School
Denote named slots or scoped slots that expect to receive props.
Components Basics | Vue.js - vuejs.org
Passing on all slots in Vue 3 is similar (but not exactly equivalent) to passing on scoped slots in Vue 2, so here is the component from the previous section, adjusted to Vue 3 ...
Slots — Vue.js
In the above example, we’ve passed the counter property from Button.vue to and added a button by using vue-slots.