feat: AcfBuilder / SectionProse

This commit is contained in:
2026-03-27 09:27:15 -04:00
parent 0ebb530275
commit 12774b2df1
7 changed files with 50 additions and 2 deletions

View File

@@ -5,5 +5,7 @@ defineProps<{ node: NodePageFragment }>();
</script>
<template>
<div id="node-page">{{ node.title }}</div>
<div id="node-page">
<AcfBuilder :builder="node.groupPostPage.builder" />
</div>
</template>