Skip to content

Commit 1151361

Browse files
committed
1 parent 8cc6b01 commit 1151361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ this.$emit('myEvent')
1818

1919
## カスタムイベントの定義
2020

21-
<VideoLesson href="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+
<VideoLesson href="https://vueschool.io/lessons/defining-custom-events-emits?friend=vuejs" title="Vue School でコンポーネントが発行できるイベントを定義する方法を学ぶ">Vue School でカスタムイベントの定義についての無料ビデオを視聴する</VideoLesson>
2222

2323
発行されたイベントは、 `emits` オプションを介して、コンポーネントで定義することが出来ます。
2424

0 commit comments

Comments
 (0)