货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
750 B

2 years ago
# hd-badge
Badge 徽标
## Props
<!-- @vuese:hd-badge:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|count|徽标数值|`Number`|`false`|默认值是:`0`|
|maxCount|徽标数值最大值(超出显示maxCount+)|`Number`|`false`|默认值是:`99`|
|alien|是否为异形徽标|`Boolean`|`false`|默认值是:`false`|
|dot|是否为圆点徽标|`Boolean`|`false`|默认值是:`true`|
|bgColor|徽标背景色|`String`|`false`|默认值是:`linear-gradient(180deg, #FF7979 0%, #FC2C4A 100%)`|
<!-- @vuese:hd-badge:props:end -->
## Slots
<!-- @vuese:hd-badge:slots:start -->
|Name|Description|Default Slot Content|
|---|---|---|
|default|徽标包裹的内容|-|
<!-- @vuese:hd-badge:slots:end -->