Skip to content

Commit 75309fc

Browse files
Duskechrisvfritz
authored andcommitted
(fix) add missing quote in custom-input example (#1570)
1 parent bffda57 commit 75309fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Vue.component('custom-input', {
418418
template: `
419419
<input
420420
v-bind:value="value"
421-
v-on:input="$emit('input', $event.target.value)
421+
v-on:input="$emit('input', $event.target.value)"
422422
>
423423
`
424424
})

0 commit comments

Comments
 (0)