From 59b315ca23c32fc2cd05ad859072a16145ed30e4 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Thu, 25 Apr 2024 09:18:53 +0100 Subject: [PATCH] Update BaseTabs.vue --- components/lib/tabs/BaseTabs.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/tabs/BaseTabs.vue b/components/lib/tabs/BaseTabs.vue index a649e7242..15bdeeaca 100644 --- a/components/lib/tabs/BaseTabs.vue +++ b/components/lib/tabs/BaseTabs.vue @@ -15,6 +15,7 @@ export default { default: false }, orientation: { + // @todo type: String, default: 'horizontal' },