We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1151361 commit 8730ff6Copy full SHA for 8730ff6
src/guide/component-custom-events.md
@@ -57,7 +57,7 @@ app.component('custom-form', {
57
}
58
},
59
methods: {
60
- submitForm() {
+ submitForm(email, password) {
61
this.$emit('submit', { email, password })
62
63
0 commit comments