mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update dynamic demo
This commit is contained in:
parent
18c8c5a726
commit
91873a8ae7
6 changed files with 118 additions and 31 deletions
|
@ -13,6 +13,7 @@ import AccessibilityDoc from '@/doc/dynamicdialog/AccessibilityDoc';
|
|||
import CloseDialogDoc from '@/doc/dynamicdialog/CloseDialogDoc';
|
||||
import CustomizationDoc from '@/doc/dynamicdialog/CustomizationDoc';
|
||||
import DialogServiceDoc from '@/doc/dynamicdialog/DialogServiceDoc';
|
||||
import EmitsDoc from '@/doc/dynamicdialog/EmitsDoc';
|
||||
import ImportDoc from '@/doc/dynamicdialog/ImportDoc';
|
||||
import OpenDialogDoc from '@/doc/dynamicdialog/OpenDialogDoc';
|
||||
import PassingDataDoc from '@/doc/dynamicdialog/PassingDataDoc';
|
||||
|
@ -52,6 +53,11 @@ export default {
|
|||
label: 'Passing Data',
|
||||
component: PassingDataDoc
|
||||
},
|
||||
{
|
||||
id: 'emits',
|
||||
label: 'Emits',
|
||||
component: EmitsDoc
|
||||
},
|
||||
{
|
||||
id: 'customization',
|
||||
label: 'Customization',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue