Commit 6a0d2b0c authored by dragondean@qq.com's avatar dragondean@qq.com

缓存优化漏改代码

parent 38010642
<template>
<section class="app-main">
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews" :exclude="excludeViews">
<keep-alive :include="cachedViews">
<router-view :key="key" />
</keep-alive>
</transition>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment