From ca93e9cd55ec0e1e02550ef065b0b0c573e2749b Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Mon, 14 Feb 2022 08:06:16 +0000 Subject: [PATCH] Migrate Account.vue to composition API --- web/src/pages/Account.vue | 155 +++++++++++++++++++------------------- 1 file changed, 78 insertions(+), 77 deletions(-) diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 3dcf60f..451b053 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -1,89 +1,90 @@ -