Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update components-custom-events.md
Added an article where needed.
  • Loading branch information
drewmarshburn authored Oct 16, 2019
commit e5a569db9eef6af38b579f948c40c79395308072
2 changes: 1 addition & 1 deletion src/v2/guide/components-custom-events.md
Original file line number Diff line number Diff line change
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