Skip to content

Commit

Permalink
doc(List): Update README.md (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssggssg committed Jul 27, 2022
1 parent 39c5c3d commit f1200c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-list/README.md
Expand Up @@ -277,7 +277,7 @@ ReactDOM.render(<Demo />, _mount_);
| striped | 斑马线效果 | Boolean | `false` |
| footer | 列表底部 | String/ReactNode | - |
| header | 列表头部 | String/ReactNode | - |
| dataSource | 是否展示边框 | Boolean | - |
| dataSource | 列表数据源 | Array[] | - |
| renderItem | 通过回调函数返回Dome,渲染列表每个行 | Function(item,index) | - |

## List.Item
Expand Down

0 comments on commit f1200c4

Please sign in to comment.