diff --git a/src/layout/components/appMain.vue b/src/layout/components/appMain.vue index 3f2a2449e..07798e49c 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({