mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Update timeline
This commit is contained in:
@ -69,11 +69,11 @@
|
|||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
right: {
|
right: {
|
||||||
type: Object as PropType<Event[]>,
|
type: Array<Event>,
|
||||||
default: []
|
default: []
|
||||||
},
|
},
|
||||||
left: {
|
left: {
|
||||||
type: Object as PropType<Event[]>,
|
type: Array<Event>,
|
||||||
default: []
|
default: []
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@ -43,6 +43,11 @@
|
|||||||
title: 'CISCO: IT Essentials', time_label: '2018',
|
title: 'CISCO: IT Essentials', time_label: '2018',
|
||||||
description: 'CISCO Networking Academy',
|
description: 'CISCO Networking Academy',
|
||||||
start: new Date(2018, september, 1), end: new Date(2018, september, 1)
|
start: new Date(2018, september, 1), end: new Date(2018, september, 1)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: $t('research intern'), time_label: `${$t('m_7')} 2025 - ${$t('m_1')} 2026`,
|
||||||
|
description: `National Institute of Informatics, Tokyo, ${$t('japan')}`,
|
||||||
|
start: new Date(2025, july, 14), end: new Date(2026, january, 9)
|
||||||
}
|
}
|
||||||
]" />
|
]" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user