fix code demo type

This commit is contained in:
afc163 2017-01-23 15:52:03 +08:00
parent 09397187ac
commit cd9c85c969
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ title:
You can customize the display for Steps with progress dot style.
````jsx
````__react
import { Steps, Popover } from 'antd';
const Step = Steps.Step;

View File

@ -13,7 +13,7 @@ title:
Steps with progress dot style.
````jsx
````__react
import { Steps } from 'antd';
const Step = Steps.Step;

View File

@ -13,7 +13,7 @@ title:
A step bar with vertical title.
````jsx
````__react
import { Steps } from 'antd';
const Step = Steps.Step;