/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VPullToRefresh.json
12 строк
404 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 users to update content with a simple downward swipe on their screen.", "props": { "pullDownThreshold": "The distance the user must pull down to trigger a refresh." }, "events": { "load": "Emitted when the user pulls down past the threshold." }, "slots": { "pullDownPanel": "Slot to override the display of the progress indicator after a pull down" } }