Skip to content

Commit 30f52d4

Browse files
authored
Merge pull request volksbright#258 from Gavin-Gong/patch-1
时间 -> 事件
2 parents a57f90b + 1ffc0c8 commit 30f52d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ methods: {
180180
<!-- 只有修饰符 -->
181181
<form v-on:submit.prevent></form>
182182

183-
<!-- 添加事件侦听器时使用时间捕获模式 -->
183+
<!-- 添加事件侦听器时使用事件捕获模式 -->
184184
<div v-on:click.capture="doThis">...</div>
185185

186186
<!-- 只当事件在该元素本身(而不是子元素)触发时触发回调 -->

0 commit comments

Comments
 (0)