Guest User

Untitled

a guest
Oct 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let copy_of_this = this;
  2. axios.get('/api/v1/entries/')
  3. .then(response => {
  4. copy_of_this.entries = response.data;
  5. });
Add Comment
Please, Sign In to add comment