Skip to content

Commit

Permalink
docs(VDataTable): fix type of headers in slot (#15472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 authored Aug 4, 2022
1 parent 7e0cf04 commit b70cde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/maps/v-data-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const DataGroupScopedProps = {
options: DataOptions,
isMobile: 'boolean',
items: 'any[]',
headers: 'i DataTableHeader[]',
headers: 'DataTableHeader[]',
}

const DataGroupHeaderScopedProps = {
Expand Down

0 comments on commit b70cde9

Please sign in to comment.