Skip to content

Commit 98b1a59

Browse files
chi-bdkazupon
authored andcommitted
add passive modifier prefix on guide/render-function (Original vuejs#982) (vuejs#272)
* add contributor * rearrange order * add passive modifier prefix on guide/render-function (vuejs#982) * change updated date
1 parent 7886cc1 commit 98b1a59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/v2/guide/render-function.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 描画関数
3-
updated: 2017-06-26 00:00:00
3+
updated: 2017-07-08 00:00:00
44
type: guide
55
order: 15
66
---
@@ -309,10 +309,11 @@ render: function (createElement) {
309309

310310
### イベントとキー修飾子
311311

312-
`.capture``.once` イベント修飾子に対して、Vue は `on` で使用できる接頭辞を提供しています:
312+
`.passive``.capture``.once` イベント修飾子に対して、Vue は `on` で使用できる接頭辞を提供しています:
313313

314314
| 修飾子 | 接頭辞 |
315315
| ------ | ------ |
316+
| `.passive` | `&` |
316317
| `.capture` | `!` |
317318
| `.once` | `~` |
318319
| `.capture.once` または <br>`.once.capture` | `~!` |

0 commit comments

Comments
 (0)