Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import axios from 'axios'
  2.  
  3. const axiosInstance = axios.create({
  4. baseURL: process.env.API
  5. })
  6.  
  7. export default ({ Vue }) => {
  8. Vue.prototype.$axios = axiosInstance
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement