axios.js 96 B

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