https://github.com/ofcold/vue-countdown
It is mainly used for the countdown of SMS verification code transmission.
https://github.com/ofcold/vue-countdown
Last synced: 7 days ago
JSON representation
It is mainly used for the countdown of SMS verification code transmission.
- Host: GitHub
- URL: https://github.com/ofcold/vue-countdown
- Owner: ofcold
- License: mit
- Created: 2018-09-30T15:29:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T11:58:27.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:02:47.121Z (about 1 year ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue countdown
It is mainly used for the countdown of SMS verification code transmission.
## Installation
```bash
npm install ofcold-countdown --save
```
## Usage
```html
```
```vue
import countdown from 'ofcold-countdown';
export default {
components: {
countdown
}
}
```