feat(projects): 多级路由的所有子路由转换成二级路由

This commit is contained in:
Soybean
2022-01-06 11:22:14 +08:00
parent b36a62b150
commit 85b55bb37a
5 changed files with 45 additions and 12 deletions

View File

@ -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" />