Skip to content

Commit

Permalink
docs(VDataTable): add missing item column props (#15480)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 4, 2022
1 parent 1ca9a19 commit 3bea44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-generator/src/maps/v-data-table.js
Expand Up @@ -88,6 +88,7 @@ const DataTableItemColumnScopedProps = {
item: 'any',
header: 'DataTableHeader',
value: 'any',
index: 'number',
}

const DataTableHeaderSelectScopedProps = {
Expand Down

0 comments on commit 3bea44e

Please sign in to comment.