axios.js 90 B

12345
  1. import axios from 'axios'
  2. export default ({ Vue }) => {
  3. Vue.prototype.$axios = axios
  4. }