mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-05 15:56:05 +08:00
refactor(projects): 单独一级路由相关逻辑重构
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div class="h-full">
|
||||
<router-view v-slot="{ Component }">
|
||||
<component :is="Component" />
|
||||
<transition name="fade-slide" mode="out-in" appear>
|
||||
<component :is="Component" />
|
||||
</transition>
|
||||
</router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user