feat: add new tabs component

This commit is contained in:
mrholek
2024-06-14 16:09:10 +02:00
parent 85c9e17056
commit 953c231f28
3 changed files with 172 additions and 0 deletions
+5
View File
@@ -111,6 +111,11 @@ const routes = [
name: 'Tables',
component: () => import('@/views/base/Tables.vue'),
},
{
path: '/base/tabs',
name: 'Tabs',
component: () => import('@/views/base/Tabs.vue'),
},
{
path: '/base/tooltips',
name: 'Tooltips',