更新 DefaultLayout.vue

This commit is contained in:
jxxghp
2025-09-08 18:38:52 +08:00
committed by GitHub
parent 0fccc06883
commit f65ae6d703

View File

@@ -386,7 +386,7 @@ onMounted(() => {
<!-- 👉 Footer -->
<template #footer>
<Footer />
<Footer v-show="!showPluginQuickAccess" />
</template>
</VerticalNavLayout>