fix(projects): 去除Layout组件冗余代码
This commit is contained in:
parent
e5793e1c8d
commit
0e783bcf7b
@ -1,6 +1,5 @@
|
||||
<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" />
|
||||
|
Loading…
Reference in New Issue
Block a user