update doc

pull/5384/head
afc163 8 years ago
parent 140f3fb3de
commit e88f08b1cb

@ -20,6 +20,7 @@ This components provides some static methods, with usage and arguments as follow
- `message.error(content, duration, onClose)`
- `message.info(content, duration, onClose)`
- `message.warning(content, duration, onClose)`
- `message.warn(content, duration, onClose)` // alias of warning
- `message.loading(content, duration, onClose)`
| Argument | Description | Type | Default |

@ -21,6 +21,7 @@ title: Message
- `message.error(content, duration, onClose)`
- `message.info(content, duration, onClose)`
- `message.warning(content, duration, onClose)`
- `message.warn(content, duration, onClose)` // alias of warning
- `message.loading(content, duration, onClose)`
| 参数 | 说明 | 类型 | 默认值 |

Loading…
Cancel
Save