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

Commit

Permalink
Add missing comma in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lx1036 committed Apr 28, 2019
1 parent a4d384e commit 382d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -144,7 +144,7 @@ export default {
},
methods: {
onChildChanged(val, oldVal) { },
onPersonChanged1(val, oldVal) { }
onPersonChanged1(val, oldVal) { },
onPersonChanged2(val, oldVal) { }
}
}
Expand Down

0 comments on commit 382d8da

Please sign in to comment.