+ A navigation menu is implemented using tabs without the panels where the content of a tab is provided by a route component like
+ router-view. For the purpose of this demo, router-view is not included.
+
+
+
+
+
+
+
+ {{ tab.label }}
+
+
+
+
+
+
+
+
diff --git a/pages/tabs/index.vue b/pages/tabs/index.vue
index bd5ae18ae..accdd8de9 100755
--- a/pages/tabs/index.vue
+++ b/pages/tabs/index.vue
@@ -18,6 +18,7 @@ import DisabledDoc from '@/doc/tabs/DisabledDoc.vue';
import DynamicDoc from '@/doc/tabs/DynamicDoc.vue';
import ImportDoc from '@/doc/tabs/ImportDoc.vue';
import ScrollableDoc from '@/doc/tabs/ScrollableDoc.vue';
+import TabMenuDoc from '@/doc/tabs/TabMenuDoc.vue';
import TemplateDoc from '@/doc/tabs/TemplateDoc.vue';
import PTComponent from '@/doc/tabs/pt/index.vue';
import ThemingDoc from '@/doc/tabs/theming/index.vue';
@@ -61,6 +62,11 @@ export default {
label: 'Template',
component: TemplateDoc
},
+ {
+ id: 'tabmenu',
+ label: 'TabMenu',
+ component: TabMenuDoc
+ },
{
id: 'accessibility',
label: 'Accessibility',