Skip to content

Commit

Permalink
Update components-custom-events.md (#2349)
Browse files Browse the repository at this point in the history
Added an article where needed.
  • Loading branch information
drewmarshburn authored and phanan committed Oct 16, 2019
1 parent 3246848 commit e91a603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/components-custom-events.md
Expand Up @@ -58,7 +58,7 @@ Now when using `v-model` on this component:

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.

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

## Binding Native Events to Components

Expand Down

0 comments on commit e91a603

Please sign in to comment.