From 7a3c54bb79cc24cbf048f31b1b39d60625299d54 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 18 Oct 2016 15:22:53 +0100 Subject: [PATCH] wrong id (typo) --- src/guide/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/transitions.md b/src/guide/transitions.md index 3452060a5f..0ad0e42cf1 100644 --- a/src/guide/transitions.md +++ b/src/guide/transitions.md @@ -1084,7 +1084,7 @@ This class is mostly useful for specifying the transition timing and easing curv ``` js new Vue({ - el: '#list-move-demo', + el: '#flip-list-demo', data: { items: [1,2,3,4,5,6,7,8,9] },