MG12
9 years ago
committed by
afc163
5 changed files with 27 additions and 35 deletions
@ -0,0 +1,16 @@ |
|||
无默认值 |
|||
==== |
|||
|
|||
- order: 5 |
|||
|
|||
没有默认时间。 |
|||
|
|||
--- |
|||
|
|||
````jsx |
|||
import { Timepicker } from 'antd'; |
|||
|
|||
ReactDOM.render( |
|||
<Timepicker placeholder="Select sth." /> |
|||
, document.getElementById('components-timepicker-demo-no-default-value')); |
|||
```` |
Loading…
Reference in new issue