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(){})