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

https://github.com/anthinkingcoder/vue-wheel-number

滚动数字组件
https://github.com/anthinkingcoder/vue-wheel-number

Last synced: about 1 month ago
JSON representation

滚动数字组件

Awesome Lists containing this project

README

          

# vue-wheel-number
vue component of wheel number

# install
```bash
$ npm i vue-wheel-number -s
```
# demo
```
/example
```
# use npm
```js
import Vue from 'Vue'
import WheelNumber from 'vue-wheel-number'
Vue.use(WheelNumber)

//or
import JumpNumber from 'vue-wheel-number'
export default {
components: {
JumpNumber
}
}
```