fix: type issue with NodePage
This commit is contained in:
@@ -9,6 +9,6 @@ defineProps<NodePageFragment>();
|
|||||||
<h1 v-if="!isFrontPage" class="font-bold text-4xl">
|
<h1 v-if="!isFrontPage" class="font-bold text-4xl">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
<BuilderSections v-bind="groupPostPage" />
|
<BuilderSections :sections="groupPostPage?.sections || []" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user