From a0e373a4f333b22e1123bfd733210f5f293e3b3f Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 10 Feb 2024 12:33:48 +0530 Subject: [PATCH] refactor: persist request handle under tab saveContext Bump vue version. --- .../src/components/http/TabHead.vue | 51 ++++++++++++++++--- .../components/new-collections/rest/index.vue | 15 +----- .../providers/personal.workspace.ts | 11 ++-- pnpm-lock.yaml | 2 + 4 files changed, 51 insertions(+), 28 deletions(-) diff --git a/packages/hoppscotch-common/src/components/http/TabHead.vue b/packages/hoppscotch-common/src/components/http/TabHead.vue index 5f90c7056..65af794da 100644 --- a/packages/hoppscotch-common/src/components/http/TabHead.vue +++ b/packages/hoppscotch-common/src/components/http/TabHead.vue @@ -1,7 +1,7 @@