vitesse/src/layouts/home.vue
Jean-Baptiste AUBRÉE bd54e8690e
fix: improve lighthouse accessibility (#362)
Co-authored-by: JB Aubrée <jb.aubree@digitsole.com>
2022-05-17 22:15:17 +08:00

10 lines
249 B
Vue

<template>
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
<RouterView />
<Footer />
<div class="mt-5 mx-auto text-center opacity-75 dark:opacity-50 text-sm">
[Home Layout]
</div>
</main>
</template>