1
0
Fork 0

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
1 changed files with 0 additions and 1 deletions

View File

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