Skip to content

Commit 6546961

Browse files
re-fortkazupon
authored andcommitted
Update events.md (vuejs#572)
* Update events.md * Update date
1 parent 5e632f0 commit 6546961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: イベントハンドリング
3-
updated: 2017-12-03
3+
updated: 2017-12-28
44
type: guide
55
order: 9
66
---
@@ -187,7 +187,7 @@ methods: {
187187
<form v-on:submit.prevent></form>
188188

189189
<!-- イベントリスナーを追加するときにキャプチャモードで使います -->
190-
<!-- 言い換えれば、内部要素を対象とするイベントは、その要素によって処理される前にここで処理されます -->
190+
<!-- 言い換えれば、内部要素を対象とするイベントは、その要素によって処理された後にここで処理されます -->
191191
<div v-on:click.capture="doThis">...</div>
192192

193193
<!-- event.target が要素自身のときだけ、ハンドラが呼び出されます -->

0 commit comments

Comments
 (0)