mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix tag demo, close #2024
This commit is contained in:
parent
ef571953e7
commit
d349592415
@ -10,7 +10,7 @@ title: 动态添加和删除
|
||||
````jsx
|
||||
import { Tag, Button } from 'antd';
|
||||
|
||||
let index = 2;
|
||||
let index = 3;
|
||||
const App = React.createClass({
|
||||
getInitialState() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user