Skip to content

Commit 60a8370

Browse files
ffff
authored andcommitted
fix: 优化QuickList组件文档
1 parent 58d65a3 commit 60a8370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/QuickList/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default QuickListDemo
8888
| onFetch | 请求的接口函数) | `(params: any) => void` | - |
8989
| data | 数据 | `Array<any>` | [] |
9090
| renderItem | 从data列表中获取一个项目并将其渲染到列表中 | `ListRenderItem<any>` | - |
91-
| keyId | 唯一健 | `string | number` | - |
91+
| keyId | 唯一健 | `string` \| `number` | - |
9292
| emptyView | 当列表为空时呈现 | `() => React.ReactNode` | - |
9393
| pageSize | 每次加载数据条数 | `number` | - |
9494
| total | 总条数 | `number` | - |

0 commit comments

Comments
 (0)