Cat Fashion Slidehow

What I did to make this work is create a new component named "catbreed" that contained a prop called whichcat. After this, I took the data and methods, created by a magic wizard, within the Vue object and put it into the catbreed component as well, similar to the toast assignment. I then made updated the template to display the information required for the catbreeds.

The slideshow works by assigning the data from the API to the allofit array. It then scrolls through the array, adding 1 on each iteration. If it goes above the amount of items in the array, then it restarts at 0.