pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.09k stars 1.6k forks source link

chrome 60.0.3112.78 version could not parse response data to json,it's also text #636

Closed gcluo closed 7 years ago

gcluo commented 7 years ago

early of this version it's work well. and i put JSON.parse(response.data) in httpInterceptor, it works well. but i think it's need fix in vue-resource

gcluo commented 7 years ago

update new version of 1.3.0 it's ok!