footer component
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<template>
|
||||
<body>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<header>
|
||||
<NavBar />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<main class="flex-1">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<!-- <Footer /> -->
|
||||
<Footer />
|
||||
</footer>
|
||||
</body>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user