|
@@ -1,6 +1,5 @@
|
|
<template>
|
|
<template>
|
|
<div v-if="routerView" class="app-main-container">
|
|
<div v-if="routerView" class="app-main-container">
|
|
- <vab-github-corner />
|
|
|
|
<transition mode="out-in" name="fade-transform">
|
|
<transition mode="out-in" name="fade-transform">
|
|
<keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
|
|
<keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
|
|
<router-view :key="key" class="app-main-height" />
|
|
<router-view :key="key" class="app-main-height" />
|