[Doc] Dialog: fix get-container props default value (#3822)

This commit is contained in:
neverland
2019-07-11 16:17:51 +08:00
committed by GitHub
parent 3c9dc4edfe
commit 22f28b44ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export default {
| close-on-click-overlay | Whether to close when click overlay | `Boolean` | `false` |
| lock-scroll | Whether to lock background scroll | `Boolean` | `true` |
| before-close | Callback before close,<br>call done() to close dialog,<br>call done(false) to cancel loading | (action: string, done: function) => void | - |
| get-container | Return the mount node for Dialog | `String | () => HTMLElement` | `body` |
| get-container | Return the mount node for Dialog | `String | () => HTMLElement` | - |
### Events