fix: remove unused prop in ImgFigure component

This commit is contained in:
Lucien Cartier-Tilet 2023-05-25 09:38:53 +02:00
parent 46e2b210c4
commit 5bd78efeb5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -7,7 +7,6 @@
const props = defineProps<{ const props = defineProps<{
src: string; src: string;
alt?: string; alt?: string;
caption: string;
}>(); }>();
</script> </script>