去掉进入插件的淡入淡出

This commit is contained in:
fofolee 2024-01-22 10:27:08 +08:00
parent 84b914b044
commit d2eac870ba

View File

@ -1,8 +1,8 @@
<template>
<router-view v-slot="{ Component }">
<transition name="fade">
<!-- <transition name="fade"> -->
<component ref="view" :is="Component" />
</transition>
<!-- </transition> -->
</router-view>
<QuickCommand />
</template>