From a48ca25fa28c89b526430e190ef84a611f4b8ee1 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 31 Jul 2021 11:32:50 -0400 Subject: [PATCH] fix: and redeclaration --- components/http/Request.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/http/Request.vue b/components/http/Request.vue index 229597a9a..5f89eadcf 100644 --- a/components/http/Request.vue +++ b/components/http/Request.vue @@ -333,8 +333,6 @@ export default defineComponent({ defineActionHandler("request.method.head", () => updateMethod("HEAD")) return { - $t: t, - $toast, newEndpoint, newMethod, methods,