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,