/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VForm.json
18 строк
916 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": "Standard replacement for `form` HTML element. `v-model` makes it easy to determine if the fields inside are all valid and ready to submit.", "events": { "submit": "Emitted when form is submitted.", "update:modelValue": "Event emitted when the form's validity changes." }, "exposed": { "errors": "Contains all current form input errors.", "isDisabled": "Indicates if form is disabled or not.", "isReadonly": "Indicates if form is readonly or not.", "isValid": "Indicates if form is valid or not.", "isValidating": "Indicates if form is currently being validated or not.", "items": "Array of all registered inputs.", "reset": "Resets validation of all registered inputs, and clears their values.", "resetValidation": "Resets validation of all registered inputs without modifying their values.", "validate": "Validates all registered inputs." } }