From b1fbf91d6e53586036a0305dc59eeaf9cfa8cf3c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 8 Jan 2025 22:52:13 +0800 Subject: [PATCH] migrate color/icon selection sheet to composition API and typescript --- src/components/mobile/ColorSelectionSheet.vue | 78 ++++++++------- src/components/mobile/IconSelectionSheet.vue | 96 +++++++++---------- 2 files changed, 85 insertions(+), 89 deletions(-) diff --git a/src/components/mobile/ColorSelectionSheet.vue b/src/components/mobile/ColorSelectionSheet.vue index 7c766144..267f9374 100644 --- a/src/components/mobile/ColorSelectionSheet.vue +++ b/src/components/mobile/ColorSelectionSheet.vue @@ -28,50 +28,48 @@ - diff --git a/src/components/mobile/IconSelectionSheet.vue b/src/components/mobile/IconSelectionSheet.vue index a38d6523..612a8a0d 100644 --- a/src/components/mobile/IconSelectionSheet.vue +++ b/src/components/mobile/IconSelectionSheet.vue @@ -28,61 +28,59 @@ -