[Vuejs]-Vue 1.0 src binding

0👍

The first one would not produce a 404 (if the path was correct, you’re missing the /), the second one would.

You’d need to do:

<img :src="'/' + item.foto.src">

Leave a comment