https://github.com/anthinkingcoder/vue-wheel-number
滚动数字组件
https://github.com/anthinkingcoder/vue-wheel-number
Last synced: about 1 month ago
JSON representation
滚动数字组件
- Host: GitHub
- URL: https://github.com/anthinkingcoder/vue-wheel-number
- Owner: anthinkingcoder
- License: mit
- Created: 2018-09-16T09:21:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:52:52.000Z (about 3 years ago)
- Last Synced: 2025-06-19T05:04:47.225Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```