feat: allow the hiding of the header (#202)

This commit is contained in:
Matt Kilgore
2024-09-07 15:09:40 -04:00
committed by GitHub
parent c428a22b5b
commit 2fee607327
5 changed files with 17 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
</script>
<template>
<component :is="cmp" class="container mx-auto max-w-6xl px-3">
<component :is="cmp" class="container mx-auto mt-10 max-w-6xl px-3">
<slot />
</component>
</template>