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

Named Slots

In this lesson, we'll learn about named slots. Named slots allow us to use multiple slots in one component.

We'll also learn how to define fallback content for our slots.