From 48a6c87d9de0a7995db0e3d0796f5987e9234213 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 17 Nov 2021 17:25:18 +0530 Subject: [PATCH] refactor: convert to script setup --- .../hoppscotch-app/components/app/Footer.vue | 95 +++++++------- .../components/app/GitHubStarButton.vue | 16 +-- .../hoppscotch-app/components/app/Section.vue | 14 +- .../hoppscotch-app/components/app/Share.vue | 123 +++++++++--------- .../hoppscotch-app/components/app/Sidenav.vue | 74 +++++------ .../components/app/SlideOver.vue | 59 ++++----- .../hoppscotch-app/components/app/Support.vue | 49 ++++--- 7 files changed, 203 insertions(+), 227 deletions(-) diff --git a/packages/hoppscotch-app/components/app/Footer.vue b/packages/hoppscotch-app/components/app/Footer.vue index 5af66c1a4..845265a52 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -156,61 +156,54 @@ - diff --git a/packages/hoppscotch-app/components/app/GitHubStarButton.vue b/packages/hoppscotch-app/components/app/GitHubStarButton.vue index 6d299d5fb..671144be9 100644 --- a/packages/hoppscotch-app/components/app/GitHubStarButton.vue +++ b/packages/hoppscotch-app/components/app/GitHubStarButton.vue @@ -18,19 +18,13 @@ - diff --git a/packages/hoppscotch-app/components/app/Section.vue b/packages/hoppscotch-app/components/app/Section.vue index acebbb27f..19cbb462a 100644 --- a/packages/hoppscotch-app/components/app/Section.vue +++ b/packages/hoppscotch-app/components/app/Section.vue @@ -4,15 +4,11 @@ - diff --git a/packages/hoppscotch-app/components/app/Share.vue b/packages/hoppscotch-app/components/app/Share.vue index 5ef47d9b2..3d7067889 100644 --- a/packages/hoppscotch-app/components/app/Share.vue +++ b/packages/hoppscotch-app/components/app/Share.vue @@ -2,7 +2,7 @@ -