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