mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 16:29:34 +01:00
Fix duplicata
This commit is contained in:
16
app/app.vue
16
app/app.vue
@@ -27,13 +27,15 @@
|
|||||||
</template>
|
</template>
|
||||||
</Head>
|
</Head>
|
||||||
<Body>
|
<Body>
|
||||||
<NuxtLoadingIndicator color="#808080" />
|
<div>
|
||||||
<AppBackground />
|
<NuxtLoadingIndicator color="#808080" />
|
||||||
<UContainer class="z-50 relative">
|
<AppBackground />
|
||||||
<AppHeader />
|
<UContainer class="z-50 relative">
|
||||||
<NuxtPage class="mt-12" />
|
<AppHeader />
|
||||||
<AppFooter />
|
<NuxtPage class="mt-12" />
|
||||||
</UContainer>
|
<AppFooter />
|
||||||
|
</UContainer>
|
||||||
|
</div>
|
||||||
</Body>
|
</Body>
|
||||||
</Html>
|
</Html>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user