diff --git a/source/guide/transitions.md b/source/guide/transitions.md index b1e3ba6b99..d595b50a4c 100644 --- a/source/guide/transitions.md +++ b/source/guide/transitions.md @@ -361,7 +361,7 @@ Then you can use it with the `transition` attribute, same deal: 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: ``` html -
+
``` Or, you can provide a `stagger`, `enterStagger` or `leaveStagger` hook for finer-grained control: