How to setup dynamic carousel
-
Right now, I have my carousel setup dynamically but it’s hacked together and still doesn’t prepend items correctly. I’m not sure if this is a glitch or some sort. So I’m looking to see if there is an official way to setup a dynamic carousel?
Prending an item ‘this.items.unshift(data)’ just adds it to the end and duplicated the last item.