mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Button section pt demos added
This commit is contained in:
parent
36dc999bda
commit
cf7eb76578
11 changed files with 578 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<DocComponent title="Vue SplitButton Component" header="SplitButton" description="SplitButton groups a set of commands in an overlay with a default command." :componentDocs="docs" :apiDocs="['SplitButton']" />
|
||||
<DocComponent title="Vue SplitButton Component" header="SplitButton" description="SplitButton groups a set of commands in an overlay with a default command." :componentDocs="docs" :apiDocs="['SplitButton']" :ptTabComponent="ptComponent" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,6 +16,7 @@ import SizesDoc from '@/doc/splitbutton/SizesDoc.vue';
|
|||
import StyleDoc from '@/doc/splitbutton/StyleDoc.vue';
|
||||
import TemplateDoc from '@/doc/splitbutton/TemplateDoc.vue';
|
||||
import TextDoc from '@/doc/splitbutton/TextDoc.vue';
|
||||
import PTComponent from '@/doc/splitbutton/pt/index.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -86,7 +87,8 @@ export default {
|
|||
label: 'Accessibility',
|
||||
component: AccessibilityDoc
|
||||
}
|
||||
]
|
||||
],
|
||||
ptComponent: PTComponent
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue