Apologies for any language errors in my English, as it is not my first language. If you would like to view my github page, you can find it here: https://github.com/CapitaineBarbarossa/test-carousel I am currently facing an issue with creating a dynamic carousel using Vue.js. When I use v-for loop to iterate through the products, the images do not show up initially. However, upon inspecting the page with F12, all the images appear correctly. Oddly enough, if you refresh the page, the images disappear once again. I am unsure of how to resolve this problem.
Thank you in advance for any assistance and have a great day!
I attempted to implement a dynamic carousel but encountered difficulties with image display.