From 1a629a1219eef544053013e3da5eef4a2cec2e11 Mon Sep 17 00:00:00 2001 From: isaiM6 <98564922+isaiM6@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:25:25 -0700 Subject: [PATCH] localy stored variable data --- .../components/http/Variables.vue | 98 +++++++++++-------- .../hoppscotch-app/newstore/RESTSession.ts | 67 +++++++++++++ packages/hoppscotch-data/src/rest/index.ts | 2 +- 3 files changed, 123 insertions(+), 44 deletions(-) diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index d50081542..f768f4302 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -9,37 +9,35 @@ v-tippy="{ theme: 'tooltip' }" :title="t('add.new')" svg="plus" - @click.native="addParamV" + @click.native="addVar" />