Skip to content

Commit e91a603

Browse files
drewmarshburnphanan
authored andcommitted
Update components-custom-events.md (#2349)
Added an article where needed.
1 parent 3246848 commit e91a603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now when using `v-model` on this component:
5858

5959
the value of `lovingVue` will be passed to the `checked` prop. The `lovingVue` property will then be updated when `<base-checkbox>` emits a `change` event with a new value.
6060

61-
<p class="tip">Note that you still have to declare the <code>checked</code> prop in component's <code>props</code> option.</p>
61+
<p class="tip">Note that you still have to declare the <code>checked</code> prop in the component's <code>props</code> option.</p>
6262

6363
## Binding Native Events to Components
6464

0 commit comments

Comments
 (0)