Skip to content

Commit 6da2d58

Browse files
committed
Add link for Custom Events lesson
1 parent 047a2e5 commit 6da2d58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/component-custom-events.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> This page assumes you've already read the [Components Basics](component-basics.md). Read that first if you are new to components.
44
5+
<div class="vueschool"><a href="https://vueschool.io/lessons/communication-between-components?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to work with custom events on Vue School">Learn how to work with custom events in a free Vue School lesson</a></div>
6+
57
## Event Names
68

79
Like components and props, event names provide an automatic case transformation. If you emit an event from the child component in camel case, you will be able to add a kebab-cased listener in the parent:

0 commit comments

Comments
 (0)