From 616703f7ed5f50db4539677b5ad1c375e66a44c9 Mon Sep 17 00:00:00 2001 From: hu <13638682603@163.com> Date: Thu, 20 Jul 2023 20:17:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D`src/layout/components?= =?UTF-8?q?/appMain.vue`=E6=96=87=E4=BB=B6=E4=B8=AD=E5=90=8C=E5=90=8D?= =?UTF-8?q?=E8=AF=8D=E8=AF=BB=E5=8F=96=E8=A7=A3=E6=9E=90=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/appMain.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/appMain.vue b/src/layout/components/appMain.vue index 3f2a2449e8..07798e49cd 100644 --- a/src/layout/components/appMain.vue +++ b/src/layout/components/appMain.vue @@ -10,7 +10,7 @@ const props = defineProps({ const { $storage, $config } = useGlobal(); -const keepAlive = computed(() => { +const isKeepAlive = computed(() => { return $config?.KeepAlive; }); @@ -86,7 +86,7 @@ const transitionMain = defineComponent({