From a71f70644f29378b17f743bc1cd9ad0a70024b8c Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 8 Aug 2021 20:47:50 +0530 Subject: [PATCH] chore(deps): bump --- components/collections/SaveRequest.vue | 1 + components/collections/graphql/EditFolder.vue | 1 + components/http/BodyParameters.vue | 163 +++- components/http/RawBody.vue | 6 +- components/http/Request.vue | 1 + nuxt.config.js | 2 +- package-lock.json | 831 +++++++++--------- package.json | 6 +- tsconfig.json | 2 +- vue-shim.d.ts | 3 +- 10 files changed, 566 insertions(+), 450 deletions(-) diff --git a/components/collections/SaveRequest.vue b/components/collections/SaveRequest.vue index aae984908..88d7d82d8 100644 --- a/components/collections/SaveRequest.vue +++ b/components/collections/SaveRequest.vue @@ -9,6 +9,7 @@ class="input floating-input" placeholder=" " type="text" + @keyup.enter="saveRequestAs" />