Skip to content

Commit

Permalink
Revert "doc(Tag): 修复文档示例错误 (#599)" (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 3, 2022
1 parent 0e54fd9 commit d644366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-tag/README.md
Expand Up @@ -186,7 +186,7 @@ class Demo extends React.Component {
{dataTags.map((item, idx) => {
return (
<Tag
key={item.value}
key={idx}
closable
onClose={this.onClose.bind(this, item)}
visible={this.state.visible}
Expand Down

0 comments on commit d644366

Please sign in to comment.