Vue.JS 2 Tutorial #33 - GET Requests > JS프레임워크

JS프레임워크

Vue.JS 2 Tutorial #33 - GET Requests 정보

Vue Vue.JS 2 Tutorial #33 - GET Requests

본문

GET Requests

 

this.$http.get('http://jsonplaceholder.typicode.com/posts').then(function(data) {

  // console.log(data);

  this.blogs = data.body.slice(0, 10);

})

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로