Skip to content

Commit c1eb74e

Browse files
authored
Update component-custom-events.md (#356)
1 parent 9bf0a6a commit c1eb74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ app.component('my-component', {
209209
template: `<input
210210
type="text"
211211
:value="modelValue"
212-
:input="emitValue">`
212+
@input="emitValue">`
213213
})
214214

215215
app.mount('#app')

0 commit comments

Comments
 (0)