vue pass prop to slot
Slots
If you'd rather handle this yourself (perhaps because you need to add an extra wrapper element for one reason or another), you can pass a static prop to the ...
Passing Props to Route Components | Vue Router
The URL /search?q=vue would pass {query: 'vue'} as props to the SearchUser component.
ReactJS: Children trong React.Childen có thể là đối tượng nào?
In React, the children prop is a reserved prop that can be used to pass components or elements as children to a parent component.