Vikentiy Ekgart
Results
2
comments of
Vikentiy Ekgart
Try to use jsop `this.$http.jsonp('http://yourURL/').then(response => {` ` // get body data` ` console.log(response.body)` ` }, response => { // error callback }); `