Skip to content

Commit 3a60f9b

Browse files
exaruschrisvfritz
authored andcommitted
[Guide] .passive added to list of event modifiers (vuejs#1571)
`.passive` event modifier was added in 2.3.0. It has a separate section with detailed description. But is no mentioned in the list of all possible modifiers. I think it deserves mentioning.
1 parent 0374c89 commit 3a60f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v2/guide/events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ To address this problem, Vue provides **event modifiers** for `v-on`. Recall tha
171171
- `.capture`
172172
- `.self`
173173
- `.once`
174+
- `.passive`
174175

175176
``` html
176177
<!-- the click event's propagation will be stopped -->

0 commit comments

Comments
 (0)