Vue Slots
up:: Vue Components Using components as wrappers.
Default content
You can specify fallback content within the slot tags.
$slots
There is a built-in method to inspect slots. We can check if we receive info for a specific slot.
Search
Jan 15, 2024
up:: Vue Components Using components as wrappers.
You can specify fallback content within the slot tags.
There is a built-in method to inspect slots. We can check if we receive info for a specific slot.