您现在的位置:首页 >> 前端 >> 内容

axios使用讲解之安装npm i axios

时间:2017/12/26 10:44:48 点击:

  核心提示:安装npm i axios在main.js里加入import axios from axios;Vue.prototype.$http=axios;使用this.$http.get(https://u...

安装

npm i axios

在main.js里加入

import axios from 'axios';
Vue.prototype.$http=axios;

使用

this.$http.get('https://ud.cn/v1/test').then(response => { console.log(response.data) }, response => { // error callback })

Tags:AX XI IO OS 
作者:网络 来源:Thekingyu的