mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
10 lines
434 B
Vue
10 lines
434 B
Vue
<template>
|
|
<div>
|
|
<h2 class="text-4xl font-bold tracking-wide">{{ $t("working experience") }}</h2>
|
|
|
|
<ActivityParagraph :title="$t('pcto toyota')" subtitle="Toyota Material Handling Manufacturing Italy"
|
|
:right_text="`${$t('december')} 2019 | ${$t('july')} 2019 | ${$t('february')} 2019`">
|
|
{{ $t("pcto toyota description") }}
|
|
</ActivityParagraph>
|
|
</div>
|
|
</template> |