From 87e2911585daaf20da6e4869735172622da8b08f Mon Sep 17 00:00:00 2001 From: byog Date: Fri, 1 Jun 2018 16:39:30 +0800 Subject: [PATCH 1/2] Update events.md correct wrong link --- src/v2/guide/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/events.md b/src/v2/guide/events.md index 7496843626..5d282a1e9c 100644 --- a/src/v2/guide/events.md +++ b/src/v2/guide/events.md @@ -204,7 +204,7 @@ To address this problem, Vue provides **event modifiers** for `v-on`. Recall tha ``` -Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components.html#Using-v-on-with-Custom-Events). If you haven't read about components yet, don't worry about this for now. +Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components-custom-events.md). If you haven't read about components yet, don't worry about this for now. > New in 2.3.0+ From f38d5284688eb5cd8baa7bb394addc64d292d842 Mon Sep 17 00:00:00 2001 From: byog Date: Fri, 1 Jun 2018 16:44:25 +0800 Subject: [PATCH 2/2] Update events.md correct wrong link --- src/v2/guide/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/events.md b/src/v2/guide/events.md index 5d282a1e9c..8f14384f30 100644 --- a/src/v2/guide/events.md +++ b/src/v2/guide/events.md @@ -204,7 +204,7 @@ To address this problem, Vue provides **event modifiers** for `v-on`. Recall tha ``` -Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components-custom-events.md). If you haven't read about components yet, don't worry about this for now. +Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components-custom-events.html). If you haven't read about components yet, don't worry about this for now. > New in 2.3.0+