diff --git a/components/Block/Carousel/CarouselCard.vue b/components/Block/Carousel/CarouselCard.vue index b89f0244..180625e7 100644 --- a/components/Block/Carousel/CarouselCard.vue +++ b/components/Block/Carousel/CarouselCard.vue @@ -18,6 +18,7 @@ const { data: cardData } = useAsyncData(`carousel-card-${props.uuid}`, () => 'image', 'external_url', 'button_text', + 'description', { page: ['permalink'] }, { resource: ['slug'] }, ], @@ -46,14 +47,15 @@ const buttonHref = computed(() => {
{{ cardData?.description }}