Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ...
  2.  
  3. methods() {
  4. read() {
  5. window.axios.get('/api/cruds').then(({ data }) => {
  6. // console.log(data)
  7. });
  8. },
  9. ...
  10. }
  11.  
  12. /*
  13. Sample response:
  14.  
  15. [
  16. {
  17. "id": 0,
  18. "name": "ijjpfodc",
  19. "color": "green",
  20. "created_at": "2018-02-02 09:15:24",
  21. "updated_at": "2018-02-02 09:24:12"
  22. },
  23. {
  24. "id": 1,
  25. "name": "wjwxecrf",
  26. "color": "red",
  27. "created_at": "2018-02-03 09:26:31",
  28. "updated_at": "2018-02-03 09:26:31"
  29. }
  30. ]
  31. */
Add Comment
Please, Sign In to add comment