diff --git a/components/Timeline.vue b/components/Timeline.vue index 2c0c3b2..d8b926b 100644 --- a/components/Timeline.vue +++ b/components/Timeline.vue @@ -69,11 +69,11 @@ const props = defineProps({ right: { - type: Object as PropType, + type: Array, default: [] }, left: { - type: Object as PropType, + type: Array, default: [] }, }); diff --git a/components/resume/ExperienceTimeline.vue b/components/resume/ExperienceTimeline.vue index 416f3db..5eb835a 100644 --- a/components/resume/ExperienceTimeline.vue +++ b/components/resume/ExperienceTimeline.vue @@ -43,6 +43,11 @@ title: 'CISCO: IT Essentials', time_label: '2018', description: 'CISCO Networking Academy', 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) } ]" />