Proyecto base limpio para mapa
This commit is contained in:
12
layouts/default.vue
Normal file
12
layouts/default.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="flex flex-col min-h-dvh">
|
||||
<!-- <NavBar /> -->
|
||||
|
||||
<main class="flex-1 flex flex-col">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<!-- <FooterComp /> -->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user