You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/component-custom-events.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ As with [props casing](/guide/component-props.html#prop-casing-camelcase-vs-keba
18
18
19
19
## Defining Custom Events
20
20
21
-
<VideoLessonhref="https://vueschool.io/lessons/defining-custom-events-emits?friend=vuejs"title="Learn how to define which events a component can emit with Vue School">Watch a free video about Defining Custom Events on Vue School</VideoLesson>
21
+
<VideoLessonhref="https://vueschool.io/lessons/defining-custom-events-emits?friend=vuejs"title="Learn how to define which events a component can emit with Vue School">Watch a free video on how to define custom events on Vue School</VideoLesson>
22
22
23
23
Emitted events can be defined on the component via the `emits` option.
0 commit comments