mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 20:19:26 +01:00
9 lines
126 B
Vue
9 lines
126 B
Vue
<template>
|
|
<div>
|
|
<AppHeader />
|
|
<UContainer class="mt-20">
|
|
<NuxtPage />
|
|
</UContainer>
|
|
</div>
|
|
</template>
|