📚 Reference
📜 Chapter
<slot></slot>
<BaseLayout>
<template v-slot:header>
<!-- content for the header slot -->
</template>
</BaseLayout>
<BaseLayout>
<template #header>
<!-- content for the header slot -->
</template>
</BaseLayout>