/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/display.json
6 строк
389 B
WebDevNerdStuff
fix(VDataTable): change mobile default to false (#19744)
03 май 2024, 06:01
03 май 2024, 06:01
a194622
Код
Авторство
О чём код?
{ "props": { "mobile": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint", "mobileBreakpoint": "Overrides the display configuration default screen size that the component should be considered in mobile." } }