Skip to content

Commit b70cde9

Browse files
authored
docs(VDataTable): fix type of headers in slot (#15472)
1 parent 7e0cf04 commit b70cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const DataGroupScopedProps = {
122122
options: DataOptions,
123123
isMobile: 'boolean',
124124
items: 'any[]',
125-
headers: 'i DataTableHeader[]',
125+
headers: 'DataTableHeader[]',
126126
}
127127

128128
const DataGroupHeaderScopedProps = {

0 commit comments

Comments
 (0)