记录--keep-alive实现路由页面缓存

keep-alive实现路由页面缓存

<template>
  <section class="app-main" style="min-height: 100%">
    <transition name="main-transform" mode="out-in">
      <keep-alive>
        <router-view />
      </keep-alive>
    </transition>
  </section>
</template>

  

posted @ 2020-11-17 15:46  qlnx  阅读(172)  评论(0编辑  收藏  举报