update doc

This commit is contained in:
afc163 2016-09-01 14:25:05 +08:00
parent b798a228e6
commit 1dd810ebcb
2 changed files with 0 additions and 6 deletions

View File

@ -18,9 +18,6 @@ By clicking the input box, you can select a date from a popup calendar.
<DatePicker defaultValue="2015-01-01" />
```
> Warning: `Datepicker` is renamed to `DatePicker` after `0.11`.
| Property | Description | Type | Default |
|--------------|----------------|----------|--------------|
| value | to set date | String/Date | - |

View File

@ -19,9 +19,6 @@ english: DatePicker
<DatePicker defaultValue="2015-01-01" />
```
> 注意:`0.11+` 后 `Datepicker` 改名为 `DatePicker`
| 参数 | 说明 | 类型 | 默认值 |
|--------------|----------------|----------|--------------|
| value | 日期 | string or Date | 无 |