mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
MegaMenu, Menu, Menubar unstyled demo updates
This commit is contained in:
parent
8217453189
commit
68d29dc847
12 changed files with 705 additions and 24 deletions
|
@ -1,5 +1,13 @@
|
|||
<template>
|
||||
<DocComponent title="Vue Menu Component" header="Menu" description="Menu is a navigation/command component that supports dynamic and static positioning." :componentDocs="docs" :apiDocs="['Menu', 'MenuItem']" :ptTabComponent="ptComponent" />
|
||||
<DocComponent
|
||||
title="Vue Menu Component"
|
||||
header="Menu"
|
||||
description="Menu is a navigation/command component that supports dynamic and static positioning."
|
||||
:componentDocs="docs"
|
||||
:apiDocs="['Menu', 'MenuItem']"
|
||||
:ptTabComponent="ptComponent"
|
||||
:themingDocs="themingDoc"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -8,9 +16,9 @@ import BasicDoc from '@/doc/menu/BasicDoc';
|
|||
import GroupDoc from '@/doc/menu/GroupDoc';
|
||||
import ImportDoc from '@/doc/menu/ImportDoc';
|
||||
import PopupDoc from '@/doc/menu/PopupDoc';
|
||||
import StyleDoc from '@/doc/menu/StyleDoc';
|
||||
import TemplateDoc from '@/doc/menu/TemplateDoc';
|
||||
import PTComponent from '@/doc/menu/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/menu/theming/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -41,18 +49,14 @@ export default {
|
|||
label: 'Template',
|
||||
component: TemplateDoc
|
||||
},
|
||||
{
|
||||
id: 'style',
|
||||
label: 'Style',
|
||||
component: StyleDoc
|
||||
},
|
||||
{
|
||||
id: 'accessibility',
|
||||
label: 'Accessibility',
|
||||
component: AccessibilityDoc
|
||||
}
|
||||
],
|
||||
ptComponent: PTComponent
|
||||
ptComponent: PTComponent,
|
||||
themingDoc: ThemingDoc
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue