From 8ce871e9bb275761805150943257d0c9b73e29e5 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 14 Jan 2025 00:38:15 +0800 Subject: [PATCH] migrate two column list item selection sheet to composition API and typescript --- .../TwoColumnListItemSelectionSheet.vue | 215 +++++++++--------- src/lib/common.ts | 4 +- src/locales/helpers.ts | 9 +- 3 files changed, 118 insertions(+), 110 deletions(-) diff --git a/src/components/mobile/TwoColumnListItemSelectionSheet.vue b/src/components/mobile/TwoColumnListItemSelectionSheet.vue index d1a8c71e..0dbe208a 100644 --- a/src/components/mobile/TwoColumnListItemSelectionSheet.vue +++ b/src/components/mobile/TwoColumnListItemSelectionSheet.vue @@ -5,7 +5,7 @@
- +
@@ -15,16 +15,16 @@