diff --git a/docs/en-US/component/dialog.md b/docs/en-US/component/dialog.md index 96fc288670..6a0849a03c 100644 --- a/docs/en-US/component/dialog.md +++ b/docs/en-US/component/dialog.md @@ -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`. ::: diff --git a/docs/en-US/component/drawer.md b/docs/en-US/component/drawer.md index 69893faa14..a9c54dd5c9 100644 --- a/docs/en-US/component/drawer.md +++ b/docs/en-US/component/drawer.md @@ -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 |