Skip to content

Instantly share code, notes, and snippets.

@MrNaif2018
Created December 7, 2019 20:14
Show Gist options
  • Save MrNaif2018/d975d8d32e71d2b6548fa2af2e7aca55 to your computer and use it in GitHub Desktop.
Save MrNaif2018/d975d8d32e71d2b6548fa2af2e7aca55 to your computer and use it in GitHub Desktop.
Configure axios baseUrl dynamically
export default ({ store, $axios }) => {
$axios.defaults.baseURL = store.state.env.URL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment