docs: fix table display incorrectly (#3081)

This commit is contained in:
Dunqing 2022-06-10 23:47:30 +08:00 committed by GitHub
parent e7e2237ee2
commit a8ccc43f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ action.vue
### DialogOptions Properties
| Name | Type | Default | Description | Version |
| --- | --- | --- | --- | --- | --- |
| --- | --- | --- | --- | --- |
| action | `() => VNodeChild` | `undefined` | Content of the operation area, must be a `render` function. | |
| autoFocus | `boolean` | `true` | Whether to focus the first focusable element inside modal. | 2.28.3 |
| blockScroll | `boolean` | `true` | Whether to disabled body scrolling when it's active. | 2.28.3 |