8000 small edit to transitions · louwers/vuejs.org@c599943 · GitHub
[go: up one dir, main page]

Skip to content

Commit c599943

Browse files
committed
small edit to transitions
1 parent 5cb898f commit c599943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Then you can use it with the `transition` attribute, same deal:
405405
It's possible to create staggering transitions when using `transition` with `v-for`. You can do this either by adding a `stagger`, `enter-stagger` or `leave-stagger` attribute to your transitioned element:
406406

407407
``` html
408-
<div v-for="list" transition stagger="100"></div>
408+
<div v-for="item in list" transition="stagger" stagger="100"></div>
409409
```
410410

411411
Or, you can provide a `stagger`, `enterStagger` or `leaveStagger` hook for finer-grained control:

0 commit comments

Comments
 (0)
0