mohamadkhani / vue-simple-range-slider

Change Your numeric value or numeric range value with dragging handles
MIT License
21 stars 7 forks source link

Drag Event Not Working #7

Closed webguru071 closed 2 years ago

webguru071 commented 3 years ago

How to apply drag or dragend event on this component?

mohamadkhani commented 2 years ago

You can use @update:model-value in Vue-3 and @input in Vue-2.