Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
typo fix ) (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
voskresla authored Jul 2, 2020
1 parent b1f4063 commit 1a3d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/guide/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
this.$hello('mounted')
// will console.log 'Hello mounted!'
},
asyncData ({ $hello ) {
asyncData ({ $hello }) {
$hello('asyncData')
}
}
Expand Down

0 comments on commit 1a3d185

Please sign in to comment.