Skip to content

Commit

Permalink
Merge pull request #32 from Qianshaojun/fix-type
Browse files Browse the repository at this point in the history
fix:文档里可以解构columnIndex,但是使用vue-tsc会报错没有columnIndex类型
  • Loading branch information
xuliangzhan authored Sep 10, 2024
2 parents d162cb8 + 57dcf5e commit 3794142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export namespace VxeTablePropTypes {
$table: VxeTableConstructor<D> & VxeTablePrivateMethods<D>
$rowIndex: number
column: VxeTableDefines.ColumnInfo<D>
columnIndex:number
fixed: VxeColumnPropTypes.Fixed
type: string
}) => void | null | string | { [key: string]: boolean | null | undefined })
Expand Down

0 comments on commit 3794142

Please sign in to comment.