Reusable Vue.js Components with Slots
🚧 NOTICE: You are watching a Vue.js 2 lesson

Passing Data to the Parent Using Scoped Slot

In this lesson, we'll learn how to use scoped slots to pass data to the parent component. Scoped slots allow us to not only be flexible on which data we show, but we can also customize the appearance.