[vue3.x] Event Help Needed
crisp33 opened this issue · 1 comments
crisp33 commented
Describe the bug
Probably not a bug, but I can't find documentation/example. I can't seem to get the drag-end event to work (I want to update data table after end selection). Can you give me a simple example of its using this or one of the events?
NightCatSama commented
Selecting the end can be done using the change
event. drag-end
is the end of dragging.
You can set lazy to update the value only after the end of dragging.
https://nightcatsama.github.io/vue-slider-component/#/api/events