mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Fix/date time picker positioning issue (#1981)
This commit is contained in:
@@ -261,6 +261,8 @@ Drawer provides an API called `destroyOnClose`, which is a flag variable that in
|
||||
|
||||
:::
|
||||
|
||||
|
||||
|
||||
### Drawer Attributes
|
||||
|
||||
| Attribute | Description | Type | Acceptable Values | Default |
|
||||
|
||||
@@ -261,6 +261,7 @@ Drawer 的内容是懒渲染的,即在第一次被打开之前,传入的默
|
||||
|
||||
Drawer 提供一个 `destroyOnClose` API, 用来在关闭 Drawer 时销毁子组件内容, 例如清理表单内的状态, 在必要时可以将该属性设置为 **true** 用来保证初始状态的一致性
|
||||
|
||||
:::
|
||||
### Drawer Attributes
|
||||
Drawer has almost identical attributes as Dialog.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user