File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616 height : 60px ;
1717 }
1818 .todo-move , .todo-enter-active , .todo-leave-active {
19- transition : all .25s cubic-bezier (.55 , 0 , .1 , 1 );
19+ transition : all .25s cubic-bezier (.5 , 0 , .1 , 1 );
2020 }
2121 .todo-enter , .todo-leave-active {
2222 opacity : 0 ;
@@ -94,6 +94,9 @@ <h1>todos</h1>
9494 < script > metrics . beforeRender = now ( ) </ script >
9595 < script src ="js/app.js "> </ script >
9696 < script src ="js/routes.js "> </ script >
97+ < script >
98+ app . $mount ( '.todoapp' )
99+ </ script >
97100 < script > metrics . afterRender = now ( ) </ script >
98101 < script src ="perf.js "> </ script >
99102 </ body >
Original file line number Diff line number Diff line change 2121 } ;
2222
2323 exports . app = new Vue ( {
24-
25- // the root element that will be compiled
26- el : '.todoapp' ,
27-
2824 // app initial state
2925 data : {
3026 todos : todoStorage . fetch ( ) ,
You can’t perform that action at this time.
0 commit comments