diff --git a/src/components/Picture.vue b/src/components/Picture.vue index 698f0f96..a74a210f 100644 --- a/src/components/Picture.vue +++ b/src/components/Picture.vue @@ -2,7 +2,7 @@ defineProps<{ src: string loading: 'lazy' | 'eager' - alt: string + alt?: string }>() @@ -13,6 +13,7 @@ defineProps<{