mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [dialog/drawer] comprehensive warnings (#22400)
This commit is contained in:
@@ -215,7 +215,7 @@ dialog/events
|
||||
|
||||
:::warning
|
||||
|
||||
`title` has been **deprecated**, and **will be** removed in ^(2.4.0), please use `header`.
|
||||
`title` has been **deprecated**, and **will be** removed in ^(3.0.0), please use `header`.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@@ -142,6 +142,12 @@ Drawer provides an API called `destroy-on-close`, which is a flag variable that
|
||||
| footer | Drawer footer Section |
|
||||
| title ^(deprecated) | Works the same as the header slot. Use that instead. |
|
||||
|
||||
:::warning
|
||||
|
||||
`title` has been **deprecated**, and **will be** removed in ^(3.0.0), please use `header`.
|
||||
|
||||
:::
|
||||
|
||||
### Exposes
|
||||
|
||||
| Name | Description |
|
||||
|
||||
Reference in New Issue
Block a user