Closed antoine3000 closed 6 years ago
I used it like this, on the mounted hook:
this.$refs['myref'][0].flickity.on('staticClick', function(event, pointer, cellElement, cellIndex) {
if (!cellElement) {
return;
}
// some action here
})
so I guess it pretty much works and this should be closed :)
Thanks for your reply @camilodelvasto.
Hey, Is it possible to use staticClick with this Vue version of Flickity? If not, would it be possible to add it? Thanks for your work, Antoine