Skip to content

Commit

Permalink
fix(projects): 去除Layout组件冗余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Soybean committed Jan 6, 2022
1 parent e5793e1 commit 0e783bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/Layout/index.vue
@@ -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" />
Expand Down

0 comments on commit 0e783bc

Please sign in to comment.