Skip to content

Instantly share code, notes, and snippets.

@johnsardine
Last active November 16, 2017 23:35
Show Gist options
  • Save johnsardine/3517711de52f72348f12e798970172a5 to your computer and use it in GitHub Desktop.
Save johnsardine/3517711de52f72348f12e798970172a5 to your computer and use it in GitHub Desktop.
8 - Fetch mock sample
export default {
fetchData() {
return Promise.then({
message: 'This is a static value',
});
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment