Browse Source

fix button demo

pull/1344/head
afc163 9 years ago
parent
commit
5b1ccce554
  1. 2
      components/button/demo/button-group.md

2
components/button/demo/button-group.md

@ -31,7 +31,7 @@ ReactDOM.render(<div>
<h4>带图标按钮组合</h4>
<ButtonGroup>
<Button type="primary" icon="left">
<Button type="primary">
<Icon type="left" />后退
</Button>
<Button type="primary">

Loading…
Cancel
Save