Skip to content

Commit

Permalink
fix small syntax error in plugin docs (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ko committed Sep 3, 2020
1 parent 8e20d0c commit f579127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/guide/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
this.$hello('mounted')
// will console.log 'Hello mounted!'
},
asyncData ({ $hello ) {
asyncData ({ $hello }) {
$hello('asyncData')
}
}
Expand Down

0 comments on commit f579127

Please sign in to comment.