美文网首页
axios的安装

axios的安装

作者: 晴空万里_d3c2 | 来源:发表于2019-04-12 16:55 被阅读0次

    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