Skip to content

Commit 3bea44e

Browse files
authored
docs(VDataTable): add missing item column props (#15480)
1 parent 1ca9a19 commit 3bea44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api-generator/src/maps/v-data-table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const DataTableItemColumnScopedProps = {
8888
item: 'any',
8989
header: 'DataTableHeader',
9090
value: 'any',
91+
index: 'number',
9192
}
9293

9394
const DataTableHeaderSelectScopedProps = {

0 commit comments

Comments
 (0)