|
@@ -2,7 +2,7 @@
|
|
|
<section class="app-main" :style="{ height: appMainHeight }">
|
|
<section class="app-main" :style="{ height: appMainHeight }">
|
|
|
<router-view>
|
|
<router-view>
|
|
|
<template #default="{ Component, route }">
|
|
<template #default="{ Component, route }">
|
|
|
- <transition :name="transitionName" mode="out-in">
|
|
|
|
|
|
|
+ <transition :name="transitionName">
|
|
|
<keep-alive :include="cachedViews">
|
|
<keep-alive :include="cachedViews">
|
|
|
<component :is="Component" :key="route.path" />
|
|
<component :is="Component" :key="route.path" />
|
|
|
</keep-alive>
|
|
</keep-alive>
|