Browse Source

fix tag demo, close #2024

pull/2016/head
afc163 9 years ago
parent
commit
d349592415
  1. 2
      components/tag/demo/control.md

2
components/tag/demo/control.md

@ -10,7 +10,7 @@ title: 动态添加和删除
````jsx
import { Tag, Button } from 'antd';
let index = 2;
let index = 3;
const App = React.createClass({
getInitialState() {
return {

Loading…
Cancel
Save