axios

axios 作用: ajax工具包,promise,支持請求和響應的攔截,node.js和網頁端都可以使用 使用 1.安裝 npm install axios 2.導入掛載 import axios from ‘axios’ Vue.prototype.$http=axios 3.在組件使用 this.$http.get(url) .then(res=>console.log(res)) .cat
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息