docs(dialog): add missing prop

This commit is contained in:
07akioni 2022-08-29 01:43:10 +08:00
parent 85183ce36b
commit a457625aa0

View File

@ -101,6 +101,7 @@ focus-debug.vue
| 名称 | 类型 | 说明 | 版本 |
| --- | --- | --- | --- | --- |
| bordered | `boolean` | 是否显示 `border` | |
| class | `any` | `undefined` | 类名 | NEXT_VERSION |
| closable | `boolean` | 是否显示 `close` 图标 | |
| closeOnEsc | `boolean` | 是否在摁下 Esc 键的时候关闭对话框 | 2.26.4 |
| content | `string \| (() => VNodeChild)` | 对话框内容,可以是 `render` 函数 | |