|
@@ -78,7 +78,7 @@ const [Drawer, drawerApi] = useVbenDrawer({
|
|
|
| --- | --- | --- | --- |
|
|
|
| appendToMain | 是否挂载到内容区域(默认挂载到body) | `boolean` | `false` |
|
|
|
| connectedComponent | 连接另一个Modal组件 | `Component` | - |
|
|
|
-| destroyOnClose | 关闭时销毁`connectedComponent` | `boolean` | `false` |
|
|
|
+| destroyOnClose | 关闭时销毁 | `boolean` | `false` |
|
|
|
| title | 标题 | `string\|slot` | - |
|
|
|
| titleTooltip | 标题提示信息 | `string\|slot` | - |
|
|
|
| description | 描述信息 | `string\|slot` | - |
|