fix fetch

This commit is contained in:
2025-06-24 12:05:43 +02:00
parent 26e7467f7f
commit a000f966eb
14 changed files with 3326 additions and 13451 deletions

View File

@ -78,9 +78,7 @@ type Component = {
];
};
const props = defineProps<{
defineProps<{
component: Component;
data: Object;
infoData: Object;
}>();
</script>