mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor on theming doc section
This commit is contained in:
parent
66b9f8b679
commit
a82843f1ff
103 changed files with 856 additions and 213 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<script>
|
||||
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
||||
import { getPTOption } from '@/components/doc/helpers/PTHelper.js';
|
||||
import { getPTOptions } from '@/components/doc/helpers';
|
||||
import PTImage from './PTImage.vue';
|
||||
|
||||
export default {
|
||||
|
@ -26,7 +26,7 @@ export default {
|
|||
id: 'pt.doc.checkbox',
|
||||
label: 'Checkbox PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Checkbox')
|
||||
data: getPTOptions('Checkbox')
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue