mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
ContextMenu & Menu pt demos added
This commit is contained in:
parent
8c3189d20c
commit
2d2d83319e
9 changed files with 772 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<DocComponent title="Vue ContextMenu Component" header="ContextMenu" description="ContextMenu displays an overlay menu on right click of its target." :componentDocs="docs" :apiDocs="['ContextMenu', 'MenuItem']" />
|
||||
<DocComponent title="Vue ContextMenu Component" header="ContextMenu" description="ContextMenu displays an overlay menu on right click of its target." :componentDocs="docs" :apiDocs="['ContextMenu', 'MenuItem']" :ptTabComponent="ptComponent" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -8,6 +8,7 @@ import BasicDoc from '@/doc/contextmenu/BasicDoc';
|
|||
import DocumentDoc from '@/doc/contextmenu/DocumentDoc';
|
||||
import ImportDoc from '@/doc/contextmenu/ImportDoc';
|
||||
import StyleDoc from '@/doc/contextmenu/StyleDoc';
|
||||
import PTComponent from '@/doc/contextmenu/pt/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -38,7 +39,8 @@ export default {
|
|||
label: 'Accessibility',
|
||||
component: AccessibilityDoc
|
||||
}
|
||||
]
|
||||
],
|
||||
ptComponent: PTComponent
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue