So I have the following Vue file:
Use arrow function in promise then you can access 'this' object.
loadData: function() { Vue.http.get('/notifications').then(response => { console.log(response.data); //this.message = 'Something' }); }