Skip to content

Commit c567d54

Browse files
committed
1 parent cf09c44 commit c567d54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guide/events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# イベントハンドリング
22

3-
<div class="vueschool"><a href="https://vueschool.io/lessons/vuejs-user-events?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to handle events on Vue School">イベントハンドリングする方法を Vue School の無料レッスンで学ぶ</a></div>
4-
53
## イベントの購読
64

75
`v-on` ディレクティブを使うことで、DOM イベントの購読、イベント発火時の JavaScript の実行が可能になります。これは通常 `@` に省略することができます。`v-on:click="methodName"` もしくは `@click="methodName"` と書いて使用します。

0 commit comments

Comments
 (0)