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

Composing Components

In this lesson, we'll extend the example from the previous lesson and learn how to pass methods to slots, so we can compose components without repeating our logic.