Why isn't this working properly?
<img v-if="item.foto.src" v-bind:src="item.foto.src" width="{{item.foto.width}}" height="{{item.foto.height}}" />
Despite displaying the image, this code triggers an error in the browser.
<img v-if="item.foto.src" src="/{{item.foto.src}}" width="{{item.foto.width}}" height="{{item.foto.height}}" />
%7B%7Bitem.foto.src%7D%7D 404 (Not Found)