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