美文网首页
vue2 使用别的插件(例如axios)

vue2 使用别的插件(例如axios)

作者: BrotherWy | 来源:发表于2017-03-19 18:24 被阅读0次

    安装

    cnpm install axios
    

    配置

    在main.js中配置

    //使用axios
    Vue.prototype.$http = axios
    

    就是把插件对象加到vue的原型上去,访问的时候记得是this.$http.xxx;

    参考地址:https://github.com/mzabriskie/axios

    相关文章

      网友评论

          本文标题:vue2 使用别的插件(例如axios)

          本文链接:https://www.haomeiwen.com/subject/ydhvnttx.html