Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jul 15, 2024
1 parent fe25a5f commit 1bb2cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/components/column.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export type VxeColumnProps<D = any> = {
/**
* 格式化表尾显示内容
*/
FooterFormatter?: VxeColumnPropTypes.FooterFormatter<D>
footerFormatter?: VxeColumnPropTypes.FooterFormatter<D>
/**
* 是否允许排序
*/
Expand Down

0 comments on commit 1bb2cf1

Please sign in to comment.