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

28 lines
736 B

2 years ago
# hd-verification-code
VerificationCode 验证码倒计时
## Props
<!-- @vuese:hd-verification-code:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|second|验证码倒计时秒数(单位s)|`Number`|`false`|默认值:`60`|
|type|主题类型|`'primary'` / `'error'` / `'warning'` / `'success'`|`false`|默认值:`primary`|
|autoCountDown|是否自动开启倒计时|`Boolean`|`false`|默认值:`false`|
<!-- @vuese:hd-verification-code:props:end -->
## Events
<!-- @vuese:hd-verification-code:events:start -->
|Event Name|Description|Parameters|
|---|---|---|
|onClick|验证码按钮点击事件|-|
|timeup|倒计时结束时触发|-|
<!-- @vuese:hd-verification-code:events:end -->