Guest User

Untitled

a guest
Feb 22nd, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. loadPieces() {
  2. this.isLoading = true;
  3.  
  4. axios.get(this.galleryRoute)
  5. .then(r => {
  6. this.gallery = r.data;
  7. this.isLoading = false;
  8. })
  9. .catch(error => {
  10. this.$nextTick(() => this.loadPieces());
  11. });
  12.  
  13. console.log(this.galleryRoute);
  14. },
  15.  
  16. [[{"id":266,"name":" Tray 7x45x32, white stained ash","thumbnail":{"width":840,"height":840,"urls":{"raw":"http://localhost:8888/storage/9c/9d/9c9dadc6-15a2-11e8-a80a-5eaddf2d1b4a.jpeg","small":"http://localhost:8888/storage/9c/9d/9c9dadc6-15a2-11e8-a80a-5eaddf2d1b4a@140.jpeg","medium":"http://localhost:8888/storage/9c/9d/9c9dadc6-15a2-11e8-a80a-5eaddf2d1b4a@420.jpeg"}}},
Add Comment
Please, Sign In to add comment