VDefaultsProvider API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| defaults | ||
| Specify new default prop values for components. Keep in mind that this will be merged with previously defined values. | ||
| disabled | ||
| Turns off all calculations of new default values for improved performance in situations where defaults propagation isn’t necessary. | ||
| reset | ||
| Reset the default values up the nested chain by {n} amount. | ||
| root | ||
| Force current defaults to match the application root defaults. | ||
| scoped | ||
| Prevents the ability for default values to be inherited from parent components. | ||
插槽
| default |
| The default Vue slot. |