feat:优化页面代码及版本升级报错处理

branch_202502110906
朱群锋 2025-02-12 13:26:45 +08:00
parent cb5ae00dc8
commit 514f21334a
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<template>
<el-config-provider namespace="el">
<router-view />
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" />
</keep-alive>
</router-view>
</el-config-provider>
</template>
<script setup lang="ts">