Vue-resource
created() { this.$http.get('/api/seller').then((response) => { response = response.body; if (response.errno === ERR_OK) { this.seller = response.data; } }); },
created() { this.$http.get('/api/seller').then((response) => { response = response.body; if (response.errno === ERR_OK) { this.seller = response.data; } }); },