From 37fdb161eaa9c11cca5ac0c71fbf19d084f4cb95 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 4 Jan 2025 19:29:34 +0800 Subject: [PATCH] migrate information / password input / passcode input sheet to composition API and typescript --- src/components/mobile/InformationSheet.vue | 111 +++++++++---------- src/components/mobile/PasscodeInputSheet.vue | 81 +++++++------- src/components/mobile/PasswordInputSheet.vue | 83 +++++++------- 3 files changed, 137 insertions(+), 138 deletions(-) diff --git a/src/components/mobile/InformationSheet.vue b/src/components/mobile/InformationSheet.vue index f23b9401..3777e737 100644 --- a/src/components/mobile/InformationSheet.vue +++ b/src/components/mobile/InformationSheet.vue @@ -17,74 +17,71 @@