ofcold-countdown
v1.0.3
Published
It is mainly used for the countdown of SMS verification code transmission.
Readme
vue countdown
It is mainly used for the countdown of SMS verification code transmission.
Installation
npm install ofcold-countdown --saveUsage
<countdown :second="60" onstart :classes="[
'btn', 'btn-info', 'btn-sm'
]">
</countdown>import countdown from 'ofcold-countdown';
export default {
components: {
countdown
}
}