Skip to content

Commit

Permalink
fix: update data-fetching.md (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: Debbie O'Brien <debs-obrien@users.noreply.github.com>
  • Loading branch information
febrihidayan and debs-obrien committed Aug 15, 2020
1 parent d51388d commit 3335d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/guides/features/data-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Nuxt will directly fill  `this.$fetchState.timestamp`  (timestamp) of the last
export default {
data() {
return {
post: {}
posts: []
}
},
activated() {
Expand Down

0 comments on commit 3335d3b

Please sign in to comment.