From c0d188424a084a33a5feddddbf259d6cbe05ddad Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 14 Apr 2026 00:14:06 +0200 Subject: [PATCH] chore: added information about new domain for the old website --- src/App.vue | 78 +++++++++++++++++++++------------------------------- src/store.ts | 2 -- 2 files changed, 31 insertions(+), 49 deletions(-) diff --git a/src/App.vue b/src/App.vue index bea6796..ae77586 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,16 @@ diff --git a/src/store.ts b/src/store.ts index 0c80d9c..0740e76 100644 --- a/src/store.ts +++ b/src/store.ts @@ -134,8 +134,6 @@ export const useStore = defineStore('store', { ...v, group: response.vehicleGroups.find((g) => g.id == v.vehicleGroupsId)!, })); - - console.log(response); } catch (error) { console.error(error); }