diff --git a/components/date-picker/index.md b/components/date-picker/index.md
index 878fb560d2..711101bdbb 100644
--- a/components/date-picker/index.md
+++ b/components/date-picker/index.md
@@ -18,6 +18,9 @@
```
+> 注意:`0.11+` 后 `Datepicker` 改名为 `DatePicker`。
+
+
| 参数 | 说明 | 类型 | 默认值 |
|--------------|----------------|----------|--------------|
| value | 日期 | string | 无 |
diff --git a/components/time-picker/index.md b/components/time-picker/index.md
index d8dccc8aff..710fd99a54 100644
--- a/components/time-picker/index.md
+++ b/components/time-picker/index.md
@@ -20,6 +20,8 @@ API
```
+> 注意:`0.11+` 后 `Timepicker` 改名为 `TimePicker`。
+
| 参数 | 说明 | 类型 | 默认值 |
|---------------------|-----|-----|-------|
| defaultValue | 初始默认时间 | string | 无 |