diff --git a/docs/.vuepress/components/ImgFigure.vue b/docs/.vuepress/components/ImgFigure.vue index b94eeea..44c68be 100644 --- a/docs/.vuepress/components/ImgFigure.vue +++ b/docs/.vuepress/components/ImgFigure.vue @@ -7,7 +7,6 @@ const props = defineProps<{ src: string; alt?: string; - caption: string; }>();