Update timeline

This commit is contained in:
2025-05-03 10:35:30 +02:00
parent a0cd29fc93
commit ce1793f8ad
2 changed files with 7 additions and 2 deletions

View File

@ -69,11 +69,11 @@
const props = defineProps({
right: {
type: Object as PropType<Event[]>,
type: Array<Event>,
default: []
},
left: {
type: Object as PropType<Event[]>,
type: Array<Event>,
default: []
},
});