mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
pref: fix Codacy problem
This commit is contained in:
parent
2b07c0a730
commit
2ed17d0dbe
@ -16,5 +16,8 @@ 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