Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
eventの章内でイベントに関する詳細へのリンクが切れていたため解消(#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed Oct 7, 2023
1 parent f6d9da2 commit 4ea95a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Vue.js でイベントリスナーを登録するには `v-on` というディ
<button type="button" @click="イベント時の処理">***</button>
```

- [イベントに関する詳細](https://v3.ja.vuejs.org/guide/events.html)
- [イベントに関する詳細](https://ja.vuejs.org/guide/essentials/event-handling.html)

### click イベントの実装

Expand Down

0 comments on commit 4ea95a5

Please sign in to comment.