/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VDataTableFooter.json
20 строк
758 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": "Pre-defined pagination component for `v-data-table`.", "props": { "firstIcon": "First icon.", "firstPageLabel": "Label for first page.", "itemsPerPageOptions": "Array of options to show in the items-per-page dropdown.", "itemsPerPageText": "Text for items-per-page dropdown.", "lastIcon": "Last icon.", "lastPageLabel": "Label for last page.", "nextIcon": "Next icon.", "nextPageLabel": "Label for next page.", "pageText": "Label for page number.", "prevIcon": "Previous icon.", "prevPageLabel": "Label for previous page.", "showCurrentPage": "Show current page number between prev/next icons." }, "slots": { "prepend": "Extra content placed before the default pagination." } }