SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 508 forks source link

Can we add mouseDrag prop in watcher so it can be altered dynamically?? #613

Open rohitjalmi90 opened 1 year ago

rohitjalmi90 commented 1 year ago

I am working on a application which is using this plugin and there is a case where I need to disable mouseDrag event.

I am not able to do so as we cannot update mouseDrag property.

Note: I don't mind taking up the development of this feature if it seems helpful (to others) or if not done already.