💻 | Working on review

This commit is contained in:
2021-03-28 13:06:16 +02:00
parent 17e904e74a
commit 02534e8520
22 changed files with 855 additions and 907 deletions

View File

@@ -50,7 +50,7 @@ export default {
default: "Never"
}
},
setup(props: FormationProps) {
setup(props: ExperienceProps) {
const {$i18n} = useContext()
const getBeginDate = computed(() => {
const dateFormat = props.begin.split('-')