antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

Make props of glider reactive. #46

Closed jackovsky8 closed 10 months ago

jackovsky8 commented 4 years ago

I wanted to start and stop the autoplay function of the glider programmaticaly. It seemed pretty easy to add a watcher for all the props, then it is also possible to change all other settings dynamically.