Skip to content

Commit

Permalink
fix(types): grid - columnNum (#73)
Browse files Browse the repository at this point in the history
处理 columnNum 参数是否必填问题
  • Loading branch information
limichange authored and SzHeJason committed Sep 21, 2018
1 parent d47516d commit 04e08f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/grid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface Item {
export interface AtGridProps extends AtComponent{
data: Array<Item>

columnNum: number
columnNum?: number

hasBorder?: boolean

Expand Down

0 comments on commit 04e08f8

Please sign in to comment.