We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f904c1 commit 2400973Copy full SHA for 2400973
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