Skip to content

Instantly share code, notes, and snippets.

@wwwmarcos
Last active January 27, 2018 01:47
Show Gist options
  • Save wwwmarcos/efeec887b1cc8a553b07bf8e9687ca3b to your computer and use it in GitHub Desktop.
Save wwwmarcos/efeec887b1cc8a553b07bf8e9687ca3b to your computer and use it in GitHub Desktop.
// component.js
import http from './services/http'
http({
method: 'GET',
url: '/cute'
})
.then(cuteDog => console.log(cuteDog.data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment