fix without nuxt 3.12
This commit is contained in:
10
app.vue
10
app.vue
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user