Last active
November 16, 2017 23:35
-
-
Save johnsardine/3517711de52f72348f12e798970172a5 to your computer and use it in GitHub Desktop.
8 - Fetch mock sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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