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

Commit

Permalink
Merge pull request #198 from lx1036/master
Browse files Browse the repository at this point in the history
Add missing comma in README.md
  • Loading branch information
Kaoru Hagihara committed May 8, 2019
2 parents 556a12a + 382d8da commit 66e145d
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 66e145d

Please sign in to comment.