this.$http.get('url', {}) .then(function (response) { console.log(response.data); }, function (ex) { console.log(ex); }); }