generated from pascalmartineau/wp-skeleton
minor: add some ids here and there
This commit is contained in:
@@ -5,7 +5,5 @@ defineProps<{ node: ThePageFragment }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UPage>
|
||||
<TheSections :sections="node.groupPostPage?.sections" />
|
||||
</UPage>
|
||||
<TheSections :sections="node.groupPostPage?.sections || []" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user