fix: remove unused prop in ImgFigure component
This commit is contained in:
parent
46e2b210c4
commit
5bd78efeb5
@ -7,7 +7,6 @@
|
|||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
src: string;
|
src: string;
|
||||||
alt?: string;
|
alt?: string;
|
||||||
caption: string;
|
|
||||||
}>();
|
}>();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user