cnpm install axios --save
axiosb不能用use所以
import axios from 'axios'
Vue.prototype.$axios = axios;
引用:
this.$axios.get(" ",{}).then(function(){}).catch(function(){})
cnpm install axios --save
axiosb不能用use所以
import axios from 'axios'
Vue.prototype.$axios = axios;
引用:
this.$axios.get(" ",{}).then(function(){}).catch(function(){})
本文标题:axios的安装
本文链接:https://www.haomeiwen.com/subject/fexhwqtx.html
网友评论