mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
update doc
This commit is contained in:
parent
b798a228e6
commit
1dd810ebcb
@ -18,9 +18,6 @@ By clicking the input box, you can select a date from a popup calendar.
|
|||||||
<DatePicker defaultValue="2015-01-01" />
|
<DatePicker defaultValue="2015-01-01" />
|
||||||
```
|
```
|
||||||
|
|
||||||
> Warning: `Datepicker` is renamed to `DatePicker` after `0.11`.
|
|
||||||
|
|
||||||
|
|
||||||
| Property | Description | Type | Default |
|
| Property | Description | Type | Default |
|
||||||
|--------------|----------------|----------|--------------|
|
|--------------|----------------|----------|--------------|
|
||||||
| value | to set date | String/Date | - |
|
| value | to set date | String/Date | - |
|
||||||
|
@ -19,9 +19,6 @@ english: DatePicker
|
|||||||
<DatePicker defaultValue="2015-01-01" />
|
<DatePicker defaultValue="2015-01-01" />
|
||||||
```
|
```
|
||||||
|
|
||||||
> 注意:`0.11+` 后 `Datepicker` 改名为 `DatePicker`。
|
|
||||||
|
|
||||||
|
|
||||||
| 参数 | 说明 | 类型 | 默认值 |
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|--------------|----------------|----------|--------------|
|
|--------------|----------------|----------|--------------|
|
||||||
| value | 日期 | string or Date | 无 |
|
| value | 日期 | string or Date | 无 |
|
||||||
|
Loading…
Reference in New Issue
Block a user