/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/docs/src/components/app/Table.vue
22 строки
341 B
Andrew Henry
docs: auto imports (#19223)
19 фев 2024, 23:22
Не верифицирован
19 фев 2024, 23:22
b177608
Код
Авторство
О чём код?
<template> <AppSheet class="mb-4 app-table"> <v-table density="comfortable" v-bind="$attrs" > <slot /> </v-table> </AppSheet> </template> <script> export default { inheritAttrs: false, } </script> <style lang="sass"> .app-table tbody > tr > td:first-child white-space: nowrap </style>