feat: Initial TheSections

This commit is contained in:
2025-09-22 11:49:48 -04:00
parent c6fce32c54
commit fe2b500684
10 changed files with 78 additions and 28 deletions

View File

@@ -6,6 +6,6 @@ defineProps<{ node: ThePageFragment }>();
<template>
<UPage>
<UPageSection v-if="node.title" :title="node.title" />
<TheSections :sections="node.groupPostPage?.sections" />
</UPage>
</template>