1.0.2 • Published 7 years ago

v-drop v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

v-drop

Install

npm install v-drop --save-dev
import vdrop from 'v-drop';
Vue.component('my-component', {
    components: {
        vdrop
    }
});

Available props

Event        TypeDefault    Description                                  
min        Number        1000最小值
maxNumber10000最大值
speedNumber100滑动距离
modelNumber返回值
<vdrop :min="min" :max="max" :speed="speed" v-model="money"></vdrop>
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago