Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 |
import { createSimpleFunctional } from '../../util/helpers' |
|
2 |
|
|
3 |
import VDataTable from './VDataTable' |
|
4 |
import VDataTableHeader from './VDataTableHeader' |
|
5 |
import VEditDialog from './VEditDialog' |
|
6 |
import VSimpleTable from './VSimpleTable' |
|
7 |
import VVirtualTable from './VVirtualTable' |
|
8 |
|
|
9 |
const VTableOverflow = createSimpleFunctional('v-table__overflow') |
|
10 |
|
|
11 |
export { VDataTable, VEditDialog, VTableOverflow, VDataTableHeader, VSimpleTable, VVirtualTable } |
|
12 |
|
|
13 |
export default { |
|
14 |
$_vuetify_subcomponents: { |
|
15 |
VDataTable, |
|
16 |
VDataTableHeader, |
|
17 |
VEditDialog, |
|
18 |
VTableOverflow, |
|
19 |
VSimpleTable, |
|
20 |
VVirtualTable, |
|
21 |
},
|
|
22 |
}
|
Read our documentation on viewing source code .