mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
style: update demo's code style
This commit is contained in:
parent
ac5693599c
commit
7668473f17
@ -8,7 +8,6 @@
|
||||
|
||||
````jsx
|
||||
import { Transfer, Button } from 'antd';
|
||||
const container = mountNode;
|
||||
|
||||
const App = React.createClass({
|
||||
getInitialState() {
|
||||
@ -66,5 +65,5 @@ const App = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
ReactDOM.render(<App />, container);
|
||||
ReactDOM.render(<App />, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user