Back to Developer Roadmap

Slots

src/data/roadmaps/vue/content/[email protected]

4.0394 B
Original Source

Slots

In some cases, we may want to pass a template fragment to a child component, and let the child component render the fragment within its own template. The <slot> element is a slot outlet that indicates where the parent-provided slot content should be rendered.

Visit the following resources to learn more: