It doesn't work. Why?
<img v-if="item.foto.src" v-bind:src="item.foto.src" width="{{item.foto.width}}" height="{{item.foto.height}}" />
This causes an error in browser, although the image is displayed
<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)