pageAinimate icon indicating copy to clipboard operation
pageAinimate copied to clipboard

使用了keepalive 局部页面缓存,左右的切换,好像不太对,

Open xty999940 opened this issue 6 years ago • 5 comments

 <div id="app">
<transition :name="transitionName">
  <keep-alive>   
    <router-view v-if="$route.meta.keepAlive"></router-view>
  </keep-alive>
   </transition>

  <transition :name="transitionName">
  <router-view v-if="!$route.meta.keepAlive"></router-view>
  </transition>
  `</div>`



页面切换好像反掉了

xty999940 avatar Oct 24 '18 12:10 xty999940

xty999940 avatar Oct 24 '18 12:10 xty999940

我看你router-view少了class

<router-view class="child-view"></router-view>

zhengguorong avatar Oct 26 '18 04:10 zhengguorong

我本地没法复现,你看能上传代码到一个在线演示的地方不

zhengguorong avatar Oct 26 '18 04:10 zhengguorong

加了这个transition后,数据不缓存了..

whenTheMorningDark avatar May 21 '19 14:05 whenTheMorningDark

可以了 谢谢楼主 我可以安心睡觉了...

whenTheMorningDark avatar May 21 '19 14:05 whenTheMorningDark