diff options
| author | Kenimarru <[email protected]> | 2024-01-06 13:12:50 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 13:12:50 +0100 |
| commit | 237df896cc48d42182a25afb45387a2cdbdd7de8 (patch) | |
| tree | e204e979bd4620bd04de1c813b6723f2911f277d /layouts/default.vue | |
| download | hiruku-237df896cc48d42182a25afb45387a2cdbdd7de8.tar.xz hiruku-237df896cc48d42182a25afb45387a2cdbdd7de8.zip | |
v0.1.0
Diffstat (limited to 'layouts/default.vue')
| -rw-r--r-- | layouts/default.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/default.vue b/layouts/default.vue new file mode 100644 index 0000000..8dce39e --- /dev/null +++ b/layouts/default.vue @@ -0,0 +1,7 @@ +<template> + <Header /> + <section class="py-4 px-8"> + <slot /> + </section> + <Footer /> +</template>
\ No newline at end of file |