Skip to content

Commit

Permalink
docs: missing comma in return statement (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnusser authored May 18, 2022
1 parent 200d2f1 commit 5d44937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core-concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineComponent({

return {
name,
doubleCount
doubleCount,
increment,
}
},
Expand Down

0 comments on commit 5d44937

Please sign in to comment.