货无忧
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.

34 lines
979 B

2 years ago
# hd-count-down
CountDown 倒计时
## Props
<!-- @vuese:hd-count-down:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|showDay|控制展示天|`Boolean`|`false`|默认值是:`true`|
|showColon|是否展示分隔符|`Boolean`|`false`|默认值是:`true`|
|backgroundColor|背景色|`String`|`false`|默认值是:`#FFFFFF`|
|borderColor|边框颜色|`String`|`false`|默认值是:`#000000`|
|color|字体颜色|`String`|`false`|默认值是:`#000000`|
|splitorColor|分隔符颜色|`String`|`false`|默认值是:`#FFFFFF`|
|day|日|`Number`|`false`|默认值是:`0`|
|hour|时|`Number`|`false`|默认值是:`0`|
|minute|分|`Number`|`false`|默认值是:`0`|
|second|秒|默认值是:`0`|`false`|0|
<!-- @vuese:hd-count-down:props:end -->
## Events
<!-- @vuese:hd-count-down:events:start -->
|Event Name|Description|Parameters|
|---|---|---|
|timeup|倒计时结束时触发|-|
<!-- @vuese:hd-count-down:events:end -->