From f7031992d5a88de429621d437380e9a8853e1594 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 19 Sep 2021 00:09:35 +0530 Subject: [PATCH] fix: enforce name for SmartTab component --- packages/hoppscotch-app/components/smart/Tab.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-app/components/smart/Tab.vue b/packages/hoppscotch-app/components/smart/Tab.vue index e0f44b051..b4658f487 100644 --- a/packages/hoppscotch-app/components/smart/Tab.vue +++ b/packages/hoppscotch-app/components/smart/Tab.vue @@ -8,6 +8,7 @@ import { defineComponent } from "@nuxtjs/composition-api" export default defineComponent({ + name: "SmartTab", props: { label: { type: String, default: null }, info: { type: String, default: null },