mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-23 20:44:42 +08:00
去掉进入插件的淡入淡出
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user