/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VDefaultsProvider.json
10 строк
678 B
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Allows you to provide specific default prop values to components in a section of your application.", "props": { "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." } }