this.$http.get('http://localhost:3000/v1/fotos').then(res => {
console.log(res.body)
})
this.$http.get('http://localhost:3000/v1/fotos').then(res => {
console.log(res.body)
})
Dessa forma você terá que realizar o parser da resposta manualmente.