mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
pref: fix Codacy problem
This commit is contained in:
parent
2ed17d0dbe
commit
bcf03a83bb
@ -14,10 +14,8 @@ title:
|
||||
Input type of password.
|
||||
|
||||
````jsx
|
||||
|
||||
import { Input } from 'antd';
|
||||
|
||||
ReactDOM.render(
|
||||
<Input.Password placeholder="input password" />,
|
||||
mountNode
|
||||
);
|
||||
ReactDOM.render(<Input.Password placeholder="input password" />, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user