1
0

fix: remove unused prop in ImgFigure component

This commit is contained in:
2023-05-25 09:38:53 +02:00
parent 46e2b210c4
commit 5bd78efeb5

View File

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