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