vue-resource post请求的坑
使用 post 请求// global Vue object
Vue.http.get('/someUrl', [options]).then(successCallback, errorCallback);
Vue.http.post('/someUrl', [body], [options]).then(successCallback, errorCallback);// in a Vue in
原创
2017-10-19 14:41:37 ·
11745 阅读 ·
1 评论