mirror of https://github.com/ElemeFE/element
Dialog docs improve
parent
db7eb0ea8d
commit
264e1f7ee4
|
@ -151,3 +151,9 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下
|
|||
|------|--------|
|
||||
| open | 打开当前实例 |
|
||||
| close | 关闭当前实例 |
|
||||
|
||||
### Events
|
||||
| 事件名称 | 说明 | 回调参数 |
|
||||
|---------- |-------- |---------- |
|
||||
| close | Dialog 关闭的回调 | — |
|
||||
| open | Dialog 打开的回调 | — |
|
||||
|
|
Loading…
Reference in New Issue