The video for this lesson is currently being updated, please read the transcript instead.

Vue essentials - Slots

In this lesson we're going to learn another mechanism Vue provides to make components both reusable and flexible - slots.

Slots introduction

As we've seen, components can be customized by using props to provide unique data. Sometimes, though, we want to customize markup rather than data.

To view the complete lesson you'll need to login or join this course.


Click to load comments...