feat: Initial AcfLayout field
This commit is contained in:
@@ -5,5 +5,7 @@ defineProps<{ section: SectionProseFragment }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="prose" v-html="section.content"></div>
|
||||
<AcfLayout :layout="section.layout">
|
||||
<div class="prose" v-html="section.content"></div>
|
||||
</AcfLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user