|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="app" v-cloak>
|
|
|
- <!-- <transition :name="transitionName">-->
|
|
|
- <keep-alive :include="include" :max="10">
|
|
|
- <router-view class="router" ref="router"></router-view>
|
|
|
- </keep-alive>
|
|
|
- <!-- </transition>-->
|
|
|
+ <transition :name="transitionName">
|
|
|
+ <keep-alive :include="include" :max="10">
|
|
|
+ <router-view class="router" ref="router"></router-view>
|
|
|
+ </keep-alive>
|
|
|
+ </transition>
|
|
|
</div>
|
|
|
<Footer v-if="footer === true"></Footer>
|
|
|
<Home v-if="home === true"></Home>
|