Custom component override interface Allows replacing or wrapping any Vue component with custom implementation
The props interface of the component being overridden
Optional
Full replacement component - receives original props
Render function for more granular control Can wrap or modify the default component
Custom component override interface Allows replacing or wrapping any Vue component with custom implementation