Add passthrough(pt) option to Accordion

This commit is contained in:
mertsincan 2023-03-22 12:11:03 +00:00 committed by Tuğçe Küçükoğlu
parent 7001116104
commit aff4519b9d
3 changed files with 20 additions and 3 deletions

View file

@ -3,8 +3,11 @@
</template>
<script>
import ComponentBase from 'primevue/base';
export default {
name: 'AccordionTab',
extends: ComponentBase,
props: {
header: null,
headerStyle: null,