fix: 修改UI结构,封装切换按钮

This commit is contained in:
MTrun
2021-12-16 13:33:04 +08:00
parent 13e7a64585
commit 52e2fc2f4a
11 changed files with 82 additions and 52 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<RouterView>
<router-view>
<template #default="{ Component, route }">
<transition name="zoom-fade" mode="out-in" appear>
<keep-alive>
@@ -7,5 +7,5 @@
</keep-alive>
</transition>
</template>
</RouterView>
</router-view>
</template>