标签: javascript promise vue.js vue-resource
请参阅下面链接的小提琴,我已经评论了我收到错误的行
this.get().then(function(result){ this.orders = this.orders.concat(result.data); // I m getting concat is not a function error inside vue resource promise }
https://jsfiddle.net/mithicher17/7q6Lj8Lp/25/