Skip to content

Commit 382592a

Browse files
authored
docs(zh): fix code demo (#6237)
1 parent e026771 commit 382592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/dev-guide/plugin-dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ api.registerCommand(
347347
description: 'Write a greeting to the console',
348348
usage: 'vue-cli-service greet'
349349
},
350-
() = > {
350+
() => {
351351
console.log(`👋 Hello`)
352352
}
353353
)

0 commit comments

Comments
 (0)