摘要:
1、安装vue-resource并引入 1. cnpm install vue-resource -S 2. 参考:GitHub上搜索 vue-resource ,查看API文档:https://github.com/pagekit/vue-resource 2、基本用法 使用this.$http发 阅读全文
摘要:
1. axios 简介与安装 1、axios简介 1. vue本身不支持发送AJAX请求,需要使用vue-resource、axios等插件实现 2. axios是一个基于Promise的HTTP请求客户端,用来发送请求,也是vue2.0官方推荐的,同时不再对vue-resource进行更新和维护 阅读全文