Update index.zh-CN.md

笔误:customizeRenderEmpty => renderEmpty
This commit is contained in:
Jack Lo 2019-01-10 11:59:16 +08:00 committed by 偏右
parent e002b1440e
commit 929418fa25

View File

@ -28,6 +28,6 @@ return (
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| customizeRenderEmpty | 自定义组件空状态。参考 [空状态](/components/empty/) | Function(componentName: string): ReactNode | - |
| renderEmpty | 自定义组件空状态。参考 [空状态](/components/empty/) | Function(componentName: string): ReactNode | - |
| getPopupContainer | 弹出框Select, Tooltip, Menu 等等)渲染父节点,默认渲染到 body 上。 | Function(triggerNode) | () => document.body |
| prefixCls | 设置统一样式前缀 | string | ant |