From 7154ad5a73aa360c21add2979b4929b8545400c1 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 4 May 2022 03:16:14 +0200 Subject: [PATCH] Refactor account-info to use Composition API (#8568) * refactor(client): refactor account-info to use Composition API * fix(client): use mounted hook for initial data * fix(client): switch to non-null assertion for account check --- .../src/pages/settings/account-info.vue | 103 ++++++++---------- 1 file changed, 45 insertions(+), 58 deletions(-) diff --git a/packages/client/src/pages/settings/account-info.vue b/packages/client/src/pages/settings/account-info.vue index c98ad056f..12142b4dc 100644 --- a/packages/client/src/pages/settings/account-info.vue +++ b/packages/client/src/pages/settings/account-info.vue @@ -7,163 +7,150 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -