mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Update timeline
This commit is contained in:
@ -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: []
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user