/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VFileUploadItem.json
15 строк
531 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": "Represents an individual file item within the `v-file-upload` component.", "props": { "file": "The file object uploaded", "fileIcon": "The icon prepending each uploaded file. This will be a preview image if the file is an image.", "index": "The index of the file in the upload list.", "showSize": "Show the size of the file" }, "events": { "click:remove": "Emitted when the remove icon is clicked" }, "slots": { "clear": "Slot for the icon button to clear/remove a file" } }