File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Routing</ title >
66 < link rel ="stylesheet " href ="/node_modules/bootstrap/dist/css/bootstrap.min.css ">
7+ < link rel ="stylesheet " href ="/node_modules/animate.css/animate.min.css ">
78 </ head >
89 < body >
910 < div id ="app "> </ div >
Original file line number Diff line number Diff line change 99 "build" : " cross-env NODE_ENV=production webpack --progress --hide-modules"
1010 },
1111 "dependencies" : {
12+ "animate.css" : " ^3.5.2" ,
1213 "bootstrap" : " ^3.3.7" ,
1314 "vue" : " ^2.2.1" ,
1415 "vue-router" : " ^2.7.0"
Original file line number Diff line number Diff line change 2727 </div >
2828 </nav >
2929
30- <router-view :cart =" cart" ></router-view >
30+ <transition
31+ enter-active-class =" animated fadeInRight"
32+ leave-active-class =" animated fadeOutLeft"
33+ mode =" out-in" >
34+ <router-view :cart =" cart" ></router-view >
35+ </transition >
3136 </div >
3237 </div >
3338</template >
You can’t perform that action at this time.
0 commit comments