Skip to content

Commit

Permalink
doc(Tag): 修复文档示例错误 (#599)
Browse files Browse the repository at this point in the history
#598 修复
  • Loading branch information
gssggssg committed Mar 3, 2022
1 parent e84e2c8 commit 0e54fd9
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={idx}
key={item.value}
closable
onClose={this.onClose.bind(this, item)}
visible={this.state.visible}
Expand Down

0 comments on commit 0e54fd9

Please sign in to comment.