mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
docs(modal): remove show-mask (#247)
This commit is contained in:
parent
131a51ec75
commit
4c13451496
@ -24,7 +24,6 @@ preset-confirm-slot
|
||||
| mask-closable | `boolean` | `true` | Whether to emit `hide` event when click mask. |
|
||||
| preset | `'card' \| 'confirm'` | `undefined` | |
|
||||
| show | `boolean` | `false` | Whether to show modal. |
|
||||
| show-mask | `boolean` | `true` | Whether to show mask of the modal. |
|
||||
| on-update:show | `(value: boolean) => void` | `undefined` | Callback when modal's display status is changed. |
|
||||
|
||||
### Modal with Preset Card
|
||||
|
@ -35,7 +35,6 @@ dark-10-debug
|
||||
| mask-closable | `boolean` | `true` | 点击遮罩时是否发出 `update:show` 事件 |
|
||||
| preset | `'card' \| 'dialog'` | `undefined` | 模态框使用何种预设 |
|
||||
| show | `boolean` | `false` | 是否展示 Modal |
|
||||
| show-mask | `boolean` | `true` | 是否展示 Modal 的遮罩 |
|
||||
| on-update:show | `(value: boolean) => void` | `undefined` | 模态框更新是否展示状态的回调 |
|
||||
|
||||
### Modal(Card 预设)
|
||||
|
Loading…
Reference in New Issue
Block a user