mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
Merge branch 'main' of github.com:xiaoxian521/vue-pure-admin into main
This commit is contained in:
commit
8b1b37b727
@ -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…
x
Reference in New Issue
Block a user