Skip to content

Commit

Permalink
docs(zh): fix code demo (#6237)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzclyang committed Jan 25, 2021
1 parent e026771 commit 382592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/dev-guide/plugin-dev.md
Expand Up @@ -347,7 +347,7 @@ api.registerCommand(
description: 'Write a greeting to the console',
usage: 'vue-cli-service greet'
},
() = > {
() => {
console.log(`👋 Hello`)
}
)
Expand Down

0 comments on commit 382592a

Please sign in to comment.