fixnavbar

This commit is contained in:
2026-02-04 17:27:32 +00:00
parent 80efbaa7f6
commit 3a496a78cb

View File

@@ -5,9 +5,8 @@ import Footer from "@/components/Footer.vue";
</script> </script>
<template> <template>
<Navbar class="no-print" />
<RouterView /> <RouterView />
<Navbar class="no-print" />
<!-- <Footer style="height: 10vh" /> --> <!-- <Footer style="height: 10vh" /> -->
</template> </template>