From d13222fde3ac9c7449f813d142deda735d70aa63 Mon Sep 17 00:00:00 2001 From: Joep Date: Sat, 9 Sep 2023 13:52:38 +0200 Subject: [PATCH] Converted App.vue to composition api --- frontend/src/App.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 41b76526..60aa11aa 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -4,20 +4,20 @@ - \ No newline at end of file