diff --git a/src/client/theme-default/components/VPFeature.vue b/src/client/theme-default/components/VPFeature.vue index 6385a18e..89b5b3ee 100644 --- a/src/client/theme-default/components/VPFeature.vue +++ b/src/client/theme-default/components/VPFeature.vue @@ -7,7 +7,7 @@ import VPIconArrowRight from './icons/VPIconArrowRight.vue' defineProps<{ icon?: DefaultTheme.FeatureIcon title: string - details: string + details?: string link?: string linkText?: string }>() @@ -25,7 +25,7 @@ defineProps<{ />
{{ icon }}

-

+