scoped slots in vue.js
Slot M3 (Match 3 Games) - Apps on Google Play
A scoped slot can also send static data, that is data that does not belong to the data property of the Vue instance.
Understanding scoped slots in Vue.js - Binarcode
Scoped slots trong Vue 2 là một tính năng mạnh mẽ cho phép bạn tạo các component linh hoạt và có thể tái sử dụng. Scoped slots cho phép bạn truyền dữ liệu từ ...
Slots — Vue.js
Vue's scoped slots are a powerful mechanism for component composition, which can't be supported by custom elements due to native slots' eager nature.
How to use the new v-slot directive in Vue.js - VueDose
With scoped slots, as you haven seen in "Using scoped slots in Vue.js", you can encapsulate logic in another component and pass it to a slot via props.