Skip to content

Commit 63739d5

Browse files
gurghetchrisvfritz
authored andcommitted
wrong id (typo) (vuejs#515)
1 parent c1ffe40 commit 63739d5

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
@@ -1084,7 +1084,7 @@ This class is mostly useful for specifying the transition timing and easing curv
10841084

10851085
``` js
10861086
new Vue({
1087-
el: '#list-move-demo',
1087+
el: '#flip-list-demo',
10881088
data: {
10891089
items: [1,2,3,4,5,6,7,8,9]
10901090
},

0 commit comments

Comments
 (0)