Vue插件之vue-resource
简介vue-resource是vue中使用的请求网络数据的插件,这个插件是依赖于vue的,简单说就是用来调接口的。vue-resource的基本使用方法(使用this.$http发送请求)this.$http.get(url, [options])this.$http.head(url, [options])this.$http.delete(url, [options])this.$http.jsonp(url, [options])this.$http.post(url, [body],