更新 DefaultLayout.vue

This commit is contained in:
jxxghp
2025-09-08 18:38:52 +08:00
committed by GitHub
parent 0fccc06883
commit f65ae6d703
+1 -1
View File
@@ -386,7 +386,7 @@ onMounted(() => {
<!-- 👉 Footer --> <!-- 👉 Footer -->
<template #footer> <template #footer>
<Footer /> <Footer v-show="!showPluginQuickAccess" />
</template> </template>
</VerticalNavLayout> </VerticalNavLayout>