feat: AcfBuilder / SectionProse
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import type { SectionProseFragment } from "#graphql/types";
|
||||
|
||||
defineProps<{ section: SectionProseFragment }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="prose" v-html="section.content"></div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user