nikwins
nikwins
Try ``` this.$refs.flickity.on('select', function () { console.log(vm.$refs.flickity.selectedIndex()); }); ``` Otherwise just console.log this.$refs to see how your component is named. This works for me with every event besides the "ready"...
The ready event still doesn't get triggered for me
Hi Nikita, thanks for your reply! I tried lazy-blocks before but encountered some issues, so I sticked with ACF, also because I already own a license for it. Will look...