From 19e6d387301fc5820ea470e1652baf99fe6697d4 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Thu, 15 Oct 2015 08:06:47 +0900 Subject: [PATCH] fix staggering example --- source/guide/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: