[Vuejs]-How to bind image src path to backend data in vue js

0👍

if you are after of the download URL:

<img :src="require(`@/assets/${item.image}`).download_url"

Leave a comment