mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 19:53:41 +08:00
fix(projects): 去除Layout组件冗余代码
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="h-full">
|
<div class="h-full">
|
||||||
<h3>Layout</h3>
|
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<transition name="fade-slide" mode="out-in" appear>
|
<transition name="fade-slide" mode="out-in" appear>
|
||||||
<component :is="Component" v-if="app.reloadFlag" />
|
<component :is="Component" v-if="app.reloadFlag" />
|
||||||
|
|||||||
Reference in New Issue
Block a user