mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-04 04:08:54 +08:00
parent
db4855737b
commit
7f34b63569
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user