From 114c37645acece8673254ce2c98144c04e056da9 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 17 Nov 2021 19:59:32 +0530 Subject: [PATCH] refactor: convert to script setup --- .../components/smart/AccentModePicker.vue | 24 ++---- .../components/smart/ColorModePicker.vue | 80 +++++++++---------- .../components/smart/FontSizePicker.vue | 37 +++++---- .../hoppscotch-app/components/smart/Icon.vue | 22 ++--- 4 files changed, 71 insertions(+), 92 deletions(-) diff --git a/packages/hoppscotch-app/components/smart/AccentModePicker.vue b/packages/hoppscotch-app/components/smart/AccentModePicker.vue index 5295efca3..1b8a73d4f 100644 --- a/packages/hoppscotch-app/components/smart/AccentModePicker.vue +++ b/packages/hoppscotch-app/components/smart/AccentModePicker.vue @@ -23,8 +23,7 @@ - diff --git a/packages/hoppscotch-app/components/smart/ColorModePicker.vue b/packages/hoppscotch-app/components/smart/ColorModePicker.vue index bc5208acc..d6373ce64 100644 --- a/packages/hoppscotch-app/components/smart/ColorModePicker.vue +++ b/packages/hoppscotch-app/components/smart/ColorModePicker.vue @@ -15,8 +15,7 @@ - diff --git a/packages/hoppscotch-app/components/smart/FontSizePicker.vue b/packages/hoppscotch-app/components/smart/FontSizePicker.vue index 042f5a571..03b371efa 100644 --- a/packages/hoppscotch-app/components/smart/FontSizePicker.vue +++ b/packages/hoppscotch-app/components/smart/FontSizePicker.vue @@ -32,8 +32,8 @@ - diff --git a/packages/hoppscotch-app/components/smart/Icon.vue b/packages/hoppscotch-app/components/smart/Icon.vue index 26335df8d..7c13e2005 100644 --- a/packages/hoppscotch-app/components/smart/Icon.vue +++ b/packages/hoppscotch-app/components/smart/Icon.vue @@ -2,20 +2,14 @@ -