mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
10 lines
146 B
Vue
10 lines
146 B
Vue
<template>
|
|
<div>
|
|
<AppHeader />
|
|
<UContainer class="mt-20">
|
|
<NuxtPage />
|
|
<AppFooter />
|
|
</UContainer>
|
|
</div>
|
|
</template>
|