Update index.zh-CN.md

This commit is contained in:
mofelee 2018-08-21 16:54:46 +08:00 committed by 偏右
parent aba2f5e091
commit 611c127f6b

View File

@ -18,7 +18,7 @@ subtitle: 加载中
| delay | 延迟显示加载效果的时间(防止闪烁) | number (毫秒) | - |
| indicator | 加载指示符 | ReactElement | - |
| size | 组件大小,可选值为 `small` `default` `large` | string | 'default' |
| spinning | 是否旋转 | boolean | true |
| spinning | 是否为加载中状态 | boolean | true |
| tip | 当作为包裹元素时,可以自定义描述文案 | string | - |
| wrapperClassName | 包装器的类属性 | string | - |