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.
Click to load comments...