From e5a569db9eef6af38b579f948c40c79395308072 Mon Sep 17 00:00:00 2001 From: drewmarshburn <40701908+drewmarshburn@users.noreply.github.com> Date: Wed, 16 Oct 2019 08:38:08 -0400 Subject: [PATCH] Update components-custom-events.md Added an article where needed. --- src/v2/guide/components-custom-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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