|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<a-layout-content class="vab-content">
|
|
|
<router-view v-slot="{ Component }">
|
|
|
- <transition mode="out-in" name="fade-transform">
|
|
|
+ <!-- <transition mode="out-in" name="fade-transform"> -->
|
|
|
<component :is="Component" />
|
|
|
- </transition>
|
|
|
+ <!-- </transition> -->
|
|
|
</router-view>
|
|
|
</a-layout-content>
|
|
|
</template>
|