diff --git a/src/v2/guide/components-custom-events.md b/src/v2/guide/components-custom-events.md index 20748ba091..a6432fa21e 100644 --- a/src/v2/guide/components-custom-events.md +++ b/src/v2/guide/components-custom-events.md @@ -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 `` emits a `change` event with a new value. -

Note that you still have to declare the checked prop in component's props option.

+

Note that you still have to declare the checked prop in the component's props option.

## Binding Native Events to Components