标签:span api res blog create errno data class color
created() { this.$http.get(‘/api/seller‘).then((response) => { response = response.body; if (response.errno === ERR_OK) { this.seller = response.data; } }); },
标签:span api res blog create errno data class color
原文地址:http://www.cnblogs.com/jiangyangchang/p/6530473.html