From 0a1ff77f23f0fdbc569f6184bad74ae86cd45a2e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:55:56 +0900 Subject: perf(frontend): use css-native implementation for spacer rather than vue component --- .../frontend/src/components/MkUserSetupDialog.vue | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'packages/frontend/src/components/MkUserSetupDialog.vue') diff --git a/packages/frontend/src/components/MkUserSetupDialog.vue b/packages/frontend/src/components/MkUserSetupDialog.vue index 767f5c591a..53ab557fed 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.vue @@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts._initialAccountSetting.accountCreated }} @@ -41,15 +41,15 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._initialAccountSetting.profileSetting }} {{ i18n.ts.later }} - + - + - + {{ i18n.ts.goBack }} @@ -62,9 +62,9 @@ SPDX-License-Identifier: AGPL-3.0-only - + - + {{ i18n.ts.goBack }} @@ -76,9 +76,9 @@ SPDX-License-Identifier: AGPL-3.0-only - + - + {{ i18n.ts.goBack }} @@ -89,7 +89,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts.pushNotification }} @@ -100,13 +100,13 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.continue }} - + - + {{ i18n.ts._initialAccountSetting.initialAccountSettingCompleted }} @@ -119,7 +119,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.close }} - + @@ -147,7 +147,7 @@ const emit = defineEmits<{ }>(); const dialog = useTemplateRef('dialog'); - + const page = ref(store.s.accountSetupWizard); watch(page, () => { -- cgit v1.2.3-freya