Closed homerjam closed 6 years ago
That might be worth implementing. If you wanna submit a PR for it, feel free!
maybe you used ES6 arrow function, if you did this, data will not update.
I think I see the issue here. It's under methods when it really should be under computed.
Hey, i have similiar question. Is there any way to know which slide is currently active? or are there any events when calling prev/next slide which i can listen to? thanx !
@apansky Flickity docs would be a better place for that probs.
I'm trying to display an image counter which gets the
selectedIndex()
via computed properties however theselectedIndex()
is never updated. Should this plugin react to flickity events so Vue knows when to update the computed properties?