Created
August 31, 2019 02:59
-
-
Save jsdecena/ef6fc8b5b3478142280c1ffd96d8cd4c to your computer and use it in GitHub Desktop.
The data and the created property
This file contains hidden or 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 { | |
.... | |
data () { | |
return { | |
posts: [] | |
} | |
}, | |
created () { | |
this.getPosts() | |
}, | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment