/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/form.json
9 строк
533 B
MajesticPotatoe
docs(api): standardize punctuation and format
13 сен 2023, 22:41
13 сен 2023, 22:41
6f3a268
Код
Авторство
О чём код?
{ "props": { "disabled": "Puts all children inputs into a disabled state.", "fastFail": "Stop validation as soon as any rules fail.", "modelValue": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not.", "readonly": "Puts all children inputs into a readonly state.", "validateOn": "Changes the events in which validation occurs." } }