Refactor on theming doc section

This commit is contained in:
Mert Sincan 2024-05-13 22:48:50 +01:00
parent 66b9f8b679
commit a82843f1ff
103 changed files with 856 additions and 213 deletions

View file

@ -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')
}
]
};