Skip to content

Instantly share code, notes, and snippets.

@hasan-almujtaba
Last active October 24, 2020 20:17
Show Gist options
  • Save hasan-almujtaba/262cabe34bf5e78737903e9264da5bfc to your computer and use it in GitHub Desktop.
Save hasan-almujtaba/262cabe34bf5e78737903e9264da5bfc to your computer and use it in GitHub Desktop.
export default function ({ $axios }) {
// set base url ke jsonplaceholder
$axios.setBaseURL('https://jsonplaceholder.typicode.com')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment