[Vuejs]-Bad Link on strapi Image URL

0👍

Ok. Answer found with the help of : Using Images uploaded on Strapi on Nuxt front end

I was having a syntax error that was preventing my code to work so i have changed the code and broke the link here was the good answer :

<img :src="`http://localhost:1337` + catalog.attributes.Cover.data.attributes.url" alt="" />

Leave a comment