diff --git a/packages/react-alert/README.md b/packages/react-alert/README.md index ba9a8488ba..db202772aa 100644 --- a/packages/react-alert/README.md +++ b/packages/react-alert/README.md @@ -249,6 +249,7 @@ class Demo extends React.Component { isOpen={this.state.visible2} confirmText="确定按钮" cancelText="取消按钮" + icon="circle-check" type="success" onClosed={this.onClosed.bind(this, 'visible2')} content="这个对话框只有两个个按钮,单击“确定按钮”后,此对话框将关闭。用作通知用户重要信息。" @@ -411,7 +412,7 @@ export default Demo | cancelText | 取消按钮文字, | String | - | | confirmText | 确认按钮文字 | String | `确认` | | type | 按钮类型跟 `