1:首先要安装
cnpm install axios -S
2:在main.js中添加相应代码
import axios from 'axios'
Vue.prototype.$ajax = axios
3:在hello.vue中的使用
注释:var self = this是用来在then方法中使用data中的数据的。
1:首先要安装
cnpm install axios -S
2:在main.js中添加相应代码
import axios from 'axios'
Vue.prototype.$ajax = axios
3:在hello.vue中的使用
注释:var self = this是用来在then方法中使用data中的数据的。
本文标题:vue-cli使用axios进行跨域请求
本文链接:https://www.haomeiwen.com/subject/olclsxtx.html
网友评论