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
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
> This page assumes you've already read the [Components Basics](component-basics.md). Read that first if you are new to components.
4
4
5
+
<divclass="vueschool"><ahref="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
+
5
7
## Event Names
6
8
7
9
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