perf: 同步完整版分支代码
This commit is contained in:
15
src/layout/routerView/parent.vue
Normal file
15
src/layout/routerView/parent.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<router-view>
|
||||
<template #default="{ Component, route }">
|
||||
<transition appear name="fade-transform" mode="out-in">
|
||||
<component :is="Component" :key="route.fullPath" />
|
||||
</transition>
|
||||
</template>
|
||||
</router-view>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "layoutParentView"
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user