vue-slider-component
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vue-slider-component", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Can use the Slider component in vue1.x and vue2.x", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -49,3 +49,3 @@ # vue-slider-component | ||
<script> | ||
import vueSlider from 'vue-slider-component/vue-slider.vue'; | ||
import vueSlider from 'vue-slider-component/src/vue-slider.vue'; | ||
@@ -149,1 +149,6 @@ new Vue({ | ||
| drag-end | Params: context[Object]| Drag the end event | | ||
## License | ||
[The MIT License](https://nightcatsama.github.io/vue-slider-component/LICENSE) |
198239
152