Skip to content

It is mainly used for the countdown of SMS verification code transmission.

License

Notifications You must be signed in to change notification settings

ofcold/vue-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
	}
}

About

It is mainly used for the countdown of SMS verification code transmission.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages