Skip to content

Commit 055629e

Browse files
byogchrisvfritz
authored andcommitted
correct wrong link (#1661)
* Update events.md correct wrong link * Update events.md correct wrong link
1 parent b025983 commit 055629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To address this problem, Vue provides **event modifiers** for `v-on`. Recall tha
204204
<a v-on:click.once="doThis"></a>
205205
```
206206

207-
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.
207+
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.
208208

209209
> New in 2.3.0+
210210

0 commit comments

Comments
 (0)