mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-13 13:59:04 +08:00
docs(dialog): add missing prop
This commit is contained in:
parent
85183ce36b
commit
a457625aa0
@ -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` 函数 | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user