From 2318135f501385bda92a7419b6e509437150c5ba Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 22 Apr 2024 13:30:44 +0200 Subject: [PATCH] wip: Add routes --- .../userProfile/CompetenceProfilePage.vue | 55 ++++++++++++++----- client/src/router/index.ts | 20 +++++++ client/src/types.ts | 1 + 3 files changed, 61 insertions(+), 15 deletions(-) diff --git a/client/src/pages/userProfile/CompetenceProfilePage.vue b/client/src/pages/userProfile/CompetenceProfilePage.vue index b193eef4..8ae17a31 100644 --- a/client/src/pages/userProfile/CompetenceProfilePage.vue +++ b/client/src/pages/userProfile/CompetenceProfilePage.vue @@ -1,11 +1,14 @@