Files
phundrak.com/frontend/app/layouts/default.vue
Lucien Cartier-Tilet 9f1d4db0de
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 9m29s
feat: fill pages
2025-11-13 22:13:40 +01:00

6 lines
102 B
Vue

<template>
<div class="min-h-screen mx-auto px-4 py-8 max-w-6xl">
<slot />
</div>
</template>