Skip to content

Commit 07e763d

Browse files
author
Hui
committed
[tag]替换demo中的icon
1 parent 7050452 commit 07e763d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tag/demos/basic-tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TagDemo extends Component {
2424
<Tag type="danger" icon="close-fill-1">失败</Tag>
2525
<Tag type="warning" icon="no-start">未开始</Tag>
2626
<Tag type="default" icon="success-fill">已完成</Tag>
27-
<Tag color="blue" icon="a-21">进行中</Tag>
27+
<Tag color="blue" icon="underway">进行中</Tag>
2828
</div>
2929

3030
</React.Fragment>

0 commit comments

Comments
 (0)