docs(Dialog): add lazy-render prop (#4865)

This commit is contained in:
neverland
2019-10-29 17:37:38 +08:00
committed by GitHub
parent eea84a7063
commit 432d86838a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ export default {
| overlay-style | Custom overlay style | *object* | - | 2.2.7 |
| close-on-popstate | Whether to close when popstate | *boolean* | `false` | 2.0.5 |
| close-on-click-overlay | Whether to close when click overlay | *boolean* | `false` | - |
| lazy-render | Whether to lazy render util appeared | *boolean* | `true` | - |
| 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 | - | - |
| transition | Transition, equivalent to `name` prop of [transtion](https://vuejs.org/v2/api/#transition) | *string* | - | 2.2.6 |