mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-05 15:56:05 +08:00
feat(projects): 多级路由的所有子路由转换成二级路由
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="h-full">
|
||||
<h3>Layout</h3>
|
||||
<router-view v-slot="{ Component }">
|
||||
<transition name="fade-slide" mode="out-in" appear>
|
||||
<component :is="Component" v-if="app.reloadFlag" />
|
||||
|
||||
Reference in New Issue
Block a user