created() { this.$http.get(‘/api/seller‘).then((response) => { response = response.body; if (response.errno === ERR_OK) { this.seller = response.data; } }); },
Vue-resource
原文:http://www.cnblogs.com/jiangyangchang/p/6530473.html