Skip to content

Commit

Permalink
fix: mistranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
kakubin committed May 22, 2023
1 parent c1a4afc commit 574e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/event-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ methods: {

## インラインハンドラーのイベント引数へのアクセス {#accessing-event-argument-in-inline-handlers}

ときどき、インラインハンドラーでオリジナルの DOM イベントへアクセスが必要になる場合もあります。その場合、特別な `$event` 変数を使用するメソッドに渡したり、あるいはインライン上でアロー関数を使用します:
ときどき、インラインハンドラーでオリジナルの DOM イベントへアクセスが必要になる場合もあります。その場合、特別な `$event` 変数を使って DOM イベントをメソッドに渡したり、あるいはインライン上でアロー関数を使用します:

```vue-html
<!-- 特殊変数 $event を使用する場合 -->
Expand Down

0 comments on commit 574e811

Please sign in to comment.