vue-slider-component

Can use the slider in vue1.x and vue2.x.

Update

Remove class-name & styles (can use vue native props [style, class])
Remove val prop, use v-model set value (Don't need to manually two-way binding)
Optimize the click range
No longer update vue1.x, but still can be normal use
Add lazy prop
Support array setIndex method parameters
Support ie 9+
Add props *-style for the custom style
Add formatter prop
Add clickable prop
tooltipDir and sliderStyle and tooltipStyle prop support type: Array
Add real-time prop for real-time computing the layout of the components
Add labels of piecewise, and the style of the corresponding
Add Tooltip slot (#Scoped-Slots only vue 2.1.0+)

Live Demo

https://nightcatsama.github.io/vue-slider-component/example/#QuickStart

GitHub