website/app/layouts/default.vue
kittentm 51a6ea62b4
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 20s
feat: add footer
2026-05-13 01:04:57 +02:00

6 lines
No EOL
81 B
Vue

<template>
<div>
<TheHeader />
<slot /> <Footer />
</div>
</template>