mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改UI结构,封装切换按钮
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<RouterView>
|
||||
<router-view>
|
||||
<template #default="{ Component, route }">
|
||||
<transition name="zoom-fade" mode="out-in" appear>
|
||||
<keep-alive>
|
||||
@@ -7,5 +7,5 @@
|
||||
</keep-alive>
|
||||
</transition>
|
||||
</template>
|
||||
</RouterView>
|
||||
</router-view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user