标签: vue.js cors jsonp
我正在尝试请求网络API:
我加载vue-resource@1.5.0进行请求。
请帮助我!我很沮丧,数据在这里,但我无法使用它们。
this.$http.jsonp('').then(function(response){ }.bind(this)) .catch(function(error){ // result is managed here and I can't fetch request datas });