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="" />
- [Vuejs]-Show formatted value of v-model on input field
- [Vuejs]-Add exports to final webpack vue bundle to use it as a module
Source:stackexchange.com