update docs/getting-started.md

This commit is contained in:
afc163 2015-08-20 20:58:42 +08:00
parent aabf57a117
commit 328722a090

View File

@ -68,8 +68,8 @@ $ npm install
编辑 `index.js`,使用 Ant Design 的组件:
```jsx
import {Datepicker, message} from 'antd';
import React from 'react';
import { Datepicker, message } from 'antd';
var App = React.createClass({
getInitialState() {