Skip to content

Commit 03c92f8

Browse files
authored
Update component-basics.md
リンクを適切な場所に飛ぶように修正
1 parent 2f640a0 commit 03c92f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ app.component('blog-post', {
240240
})
241241
```
242242

243-
これにより、コンポーネントが排出する全てのイベントをチェックし、オプションでそれらを[検証する](component-custom-events.html#validate-emitted-events)ことができます。
243+
これにより、コンポーネントが排出する全てのイベントをチェックし、オプションでそれらを[検証する](component-custom-events.html#発行されたイベントを検証する)ことができます。
244244

245245
### イベントと値を発行する
246246

0 commit comments

Comments
 (0)