vue2 數據交互 vue-resource

一、安裝vue-resource到項目中,找到當前項目vue

輸入:npm install vue-resource --savenpm

 

二、安裝完畢後,在main.js中導入,以下所示:api

import  VueResource  from 'vue-resource'vue-resource

Vue.use(VueResource) this

 

3,數據調用spa

this.$http.get('/api/list').then((response)=>{
console.log(response.body)
})
相關文章
相關標籤/搜索