fix: 封装header

This commit is contained in:
MTrun
2021-12-16 20:08:05 +08:00
parent 884dc57ee4
commit 7f67f482da
8 changed files with 49 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<router-view>
<template #default="{ Component, route }">
<transition name="zoom-fade" mode="out-in" appear>
<transition name="list-complete" mode="out-in" appear>
<keep-alive>
<component :is="Component" :key="route.fullPath" />
</keep-alive>