Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Created August 31, 2019 02:59
Show Gist options
  • Save jsdecena/ef6fc8b5b3478142280c1ffd96d8cd4c to your computer and use it in GitHub Desktop.
Save jsdecena/ef6fc8b5b3478142280c1ffd96d8cd4c to your computer and use it in GitHub Desktop.
The data and the created property
export default {
....
data () {
return {
posts: []
}
},
created () {
this.getPosts()
},
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment