mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
input/demo/basic.md - placeholder translated (#3005)
placeholder value translated to english.
This commit is contained in:
parent
10709251ec
commit
23d68cad19
@ -16,5 +16,5 @@ Basic usage example
|
||||
````jsx
|
||||
import { Input } from 'antd';
|
||||
|
||||
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);
|
||||
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user