Merge pull request #226 from baiyaaaaa/update-docs

Dialog docs improve
pull/227/head
杨奕 2016-10-04 19:18:11 +08:00 committed by GitHub
commit 805e8fc112
1 changed files with 6 additions and 0 deletions

View File

@ -151,3 +151,9 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下
|------|--------|
| open | 打开当前实例 |
| close | 关闭当前实例 |
### Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| close | Dialog 关闭的回调 | — |
| open | Dialog 打开的回调 | — |