VDefaultsProvider API
Props
name | type | default |
|---|---|---|
{ global: Record<string, unknown> [string]: Record<string, unknown> } | undefined | |
Specify new default prop values for components. Keep in mind that this will be merged with previously defined values. | ||
boolean
| false | |
Turns off all calculations of new default values for improved performance in situations where defaults propagation isn’t necessary. | ||
string | number | undefined | |
Reset the default values up the nested chain by {n} amount. | ||
string | boolean | false | |
Force current defaults to match the application root defaults. | ||
boolean
| false | |
Prevents the ability for default values to be inherited from parent components. | ||
Slots
The default Vue slot. | ||