From ce1793f8ad615d4a7a51bb37b75e0526853fa4d8 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sat, 3 May 2025 10:35:30 +0200 Subject: [PATCH] Update timeline --- components/Timeline.vue | 4 ++-- components/resume/ExperienceTimeline.vue | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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) } ]" />