Skip to content

Commit

Permalink
docs: modal组件文档修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Mar 23, 2024
1 parent ba18e91 commit 91998a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/yike-design-demo/src/examples/modal/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@

### Methods

| 方法 | 描述 | 入参类型 | 默认值 |
| -------------- | ---------------------- | ---------- | -------- |
| `onCloseModal` | 对话框关闭时的回调函数 | `Function` | `()=>{}` |
| 方法 | 描述 | 入参类型 | 默认值 |
| -------------- | ------------------------ | ---------- | -------- |
| `onCloseModal` | 对话框关闭时的回调函数 | `Function` | `()=>{}` |
| `onSubmit` | 对话点击确定时的回调函数 | `Function` | `()=>{}` |

### 插槽

Expand Down

0 comments on commit 91998a3

Please # to comment.