Questions tagged [vue-slider-component]

14 questions
3
votes
1 answer

Vue Slider Component - Enable drag-end and on-click updates concurently

I'm using vue-slider-component in my project. By default, it is clickable i.e. it applies update (calls desired method) on click event. But it also continuously applies updates while dragging, from start to end point. What I wanted is to apply…
efluent
  • 31
  • 1
  • 2
2
votes
0 answers

why vue-range-component is not working fine in sweet-modal Vuejs

I am trying to get Vue-range-component functionality in my project, but it was not loading perfectly on the sweet-modal. please check image how range showing
1
vote
2 answers

how to set range without max values in vue-slider

I am using vueSlider. Looking at the example below link, I think that only the integers in min and max can be set.
negabaro
  • 3,127
  • 7
  • 21
  • 33
1
vote
1 answer

How to use vue-slider-component in Laravel 5.6

i would like to add a slider to my panel. I've insalled npm install vue-slider-component --save and then i created a new component and regstried in app.js In my Slider.vue component i added the startet template