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

startAt does not work #14

Closed mikusd closed 5 years ago

mikusd commented 5 years ago

Hello again,

It seems that the 'startAt' doesnt seems to work. Neither in options or as a prop.

https://codesandbox.io/s/10v3zv5jr4

antonreshetov commented 5 years ago

Thanks for bug. This happened after v-model support was added.

15 should help

mikusd commented 5 years ago

Yeah that fixed that. Thanks!