An open API service indexing awesome lists of open source software.

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.

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