Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update modal.md (#143)
Browse files Browse the repository at this point in the history
打开关闭modal的事件名称写错了
  • Loading branch information
KarrDotTse authored Feb 29, 2024
1 parent 2bb5891 commit 50e9132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ changeLoading(true);
| ----------- | ----------------------- | ---------------- |
| ok | `function(e)` | 点击确定回调 |
| cancel | `function(e)` | 点击取消回调 |
| open-change | `(visible:boolean)=>{}` | 打开或者关闭触发 |
| visible-change | `(visible:boolean)=>{}` | 打开或者关闭触发 |

## Slots

Expand Down

0 comments on commit 50e9132

Please sign in to comment.