mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add passthrough(pt) option to Accordion
This commit is contained in:
parent
7001116104
commit
aff4519b9d
3 changed files with 20 additions and 3 deletions
|
@ -3,8 +3,11 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ComponentBase from 'primevue/base';
|
||||
|
||||
export default {
|
||||
name: 'AccordionTab',
|
||||
extends: ComponentBase,
|
||||
props: {
|
||||
header: null,
|
||||
headerStyle: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue