LEARNING BY VUEING

Slots
34 / 42

Like with HTML elements, Vue components can have child tags.

In BaseButton.vue we can use the <slot /> tag to render the children.