Add Analyst CV template
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 27m35s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 08:56:51 +01:00
parent aa6de883be
commit 842943e7e8
2 changed files with 235 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import CVFrontend from "./CVFrontend.vue";
import CVTemp from "./CVTemp.vue";
import CVElectrical from "./CVElectrical.vue";
import CVHospitality from "./CVHospitality.vue";
import CVAnalyst from "./CVAnalyst.vue";
const templates = [
{ label: "General", component: CVGeneral },
@@ -19,6 +20,7 @@ const templates = [
{ label: "Temp", component: CVTemp },
{ label: "Electrical", component: CVElectrical },
{ label: "Hospitality", component: CVHospitality },
{ label: "Analyst", component: CVAnalyst },
];
const selected = ref(0);