Update Accordion.vue

pull/3913/head
mertsincan 2023-04-28 17:34:45 +01:00
parent a369b553eb
commit 97180345d1
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ export default {
this.id = this.id || UniqueComponentId();
},
methods: {
isAccordionTab(child) {
return child.type.name === 'AccordionTab';
},