From 0f96f3c50d980050983f3cc5d6fdec4ea89775ea Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 13 May 2022 01:07:50 +0800 Subject: [PATCH] website: update example document. --- website/src/pages/example/App-zh.md | 19 ------------------- website/src/pages/example/App.md | 18 ------------------ 2 files changed, 37 deletions(-) diff --git a/website/src/pages/example/App-zh.md b/website/src/pages/example/App-zh.md index c327ffc..3144227 100644 --- a/website/src/pages/example/App-zh.md +++ b/website/src/pages/example/App-zh.md @@ -460,22 +460,3 @@ class Demo extends React.Component { } export default Demo; ``` - -## Props - -虽然类似于对 ``,但 `` 更具限制性,只应用于重要信息。此组件继承 [``](#/components/modal) 的属性,所以部分参数可以参考 `` 组件。 - -| 参数 | 说明 | 类型 | 默认值 | -| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ------- | -| onCancel | 取消按钮的回调函数 | Function(e) | - | -| onConfirm | 点击确定按钮回调 | Function(e) | - | -| cancelText | 取消按钮文字, | String | - | -| confirmText | 确认按钮文字 | String | `确认` | -| type | 按钮类型跟 `