Nested components styling
In some component default config (ex. UTable
), you might find other component names enclosed in curly brackets, such as {UButton}
, {UIcon}
, {ULink}
, etc. This indicates that the component key contains this nested Vueless component.
UTable default config
The styles of these nested components can be customized by defining their config keys within the parent component’s config key (including conditional styling as well).
vueless.config.{js,ts}
Last updated