generated from pascalmartineau/wp-skeleton
wip: refactor sections
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import type { ThePageFragment } from "#graphql-operations";
|
||||
|
||||
defineProps<{ node: ThePageFragment }>();
|
||||
const props = defineProps<ThePageFragment>();
|
||||
useSeoMeta({ title: props.title });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<TheSections :sections="node.groupPostPage?.sections || []" />
|
||||
<TheSections :sections="groupPostPage?.sections || []" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user