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 . Sort of like reverse property passing.
Read moreScoped 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 . Sort of like reverse property passing.
Read more