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 },