This commit is contained in:
2025-08-15 15:25:17 +01:00
parent e03adef2d0
commit 686ccd3186
+2 -2
View File
@@ -94,7 +94,7 @@ import { ref } from "vue";
const education = ref([
{
id: 1,
course: "CTeSP in Programing and IT",
course: "CTeSP in Programming and IT",
institution: "Polytechnic of Leiria",
year: "2023",
},
@@ -102,7 +102,7 @@ const education = ref([
id: 2,
course: "Bachelor's Degree in Software Engineering",
institution: "Polytechnic of Leiria",
year: "2026 (Expected)",
year: "2023 - Present",
},
]);
</script>