pass slot to child vue: Vue.js simplified: Components, props, and slots - LogRocket Blog. Giới thiệu slot và scoped slots trong Vue.js. Vue Slots | An In-Depth Guide to Vue Slots 2023. VUE 3 CHEATSHEET FOR DEVELOPERS - LearnVue.
With props, Vue allows us to pass strings, objects, arrays, and functions from a parent component to its child component.
Scoped component
slots are a feature introduced in Vue 2.1.0. They allow you to pass properties from your child components into a scoped
slot and access them from the parent.
Plugin/Mixin wrapping Vue's static 'provide/inject' feature allowing to easily pass reactive data to children - LinusBorg/vue-reactive-provide.
In Vue you can pass strings, arrays, numbers, and objects as props.