Skip to content

Commit f1200c4

Browse files
authoredJul 27, 2022
doc(List): Update README.md (#890)
1 parent 39c5c3d commit f1200c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-list/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ReactDOM.render(<Demo />, _mount_);
277277
| striped | 斑马线效果 | Boolean | `false` |
278278
| footer | 列表底部 | String/ReactNode | - |
279279
| header | 列表头部 | String/ReactNode | - |
280-
| dataSource | 是否展示边框 | Boolean | - |
280+
| dataSource | 列表数据源 | Array[] | - |
281281
| renderItem | 通过回调函数返回Dome,渲染列表每个行 | Function(item,index) | - |
282282

283283
## List.Item

0 commit comments

Comments
 (0)
Please sign in to comment.