mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-05 15:42:43 +08:00
去掉进入插件的淡入淡出
This commit is contained in:
parent
84b914b044
commit
d2eac870ba
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<transition name="fade">
|
<!-- <transition name="fade"> -->
|
||||||
<component ref="view" :is="Component" />
|
<component ref="view" :is="Component" />
|
||||||
</transition>
|
<!-- </transition> -->
|
||||||
</router-view>
|
</router-view>
|
||||||
<QuickCommand />
|
<QuickCommand />
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user