- Props:
text
- stringtype
- string, 可选值:"tip"|"warning"|"error"
,默认值是:"tip"
vertical
- string, 可选值:"top"|"middle"
,默认值是:"top"
//演示
<Badge text="默认主题"/>
<Badge text="bitle" type="tip" vertical="middle"/>
<Badge text="bitle" type="warning" />
1
2
3
4
5
6
7
2
3
4
5
6
7