Merge branch 'main' of github.com:xiaoxian521/vue-pure-admin into main

This commit is contained in:
xiaoxian521 2021-10-18 16:02:41 +08:00
commit 8b1b37b727

View File

@ -15,6 +15,7 @@ const transition = computed(() => {
<template>
<section class="app-main">
<el-scrollbar>
<router-view>
<template #default="{ Component, route }">
<transition
@ -45,6 +46,7 @@ const transition = computed(() => {
</transition>
</template>
</router-view>
</el-scrollbar>
</section>
</template>