fix without nuxt 3.12

This commit is contained in:
2024-05-16 19:45:10 +02:00
parent 460c859ab3
commit 785ffac993
13 changed files with 1003 additions and 11965 deletions

10
app.vue
View File

@@ -1,12 +1,16 @@
<template>
<div class="flex flex-col min-h-screen bg-base-100">
<AppHeader />
<!-- <div class="flex flex-col min-h-screen bg-base-100"> -->
<div class="flex flex-col min-h-screen bg-gray-800">
<Entete />
<!-- <AppHeader /> -->
<div class="flex-grow">
<main>
<NuxtPage />
</main>
</div>
<AppFooter />
<!-- <AppFooter /> -->
<PiedPage />
</div>
</template>
<script setup lang="ts">