pull/104/head
Merve Özçifçi 2019-10-03 14:32:26 +03:00
parent c17c39d2e6
commit 7328d1be78
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default {
};
},
mounted() {
this.tabs = this.$children;
this.tabs = this.$children.filter(child => child.$options._componentTag.indexOf('AccordionTab')===0);
},
methods: {
onTabClick(event, tab) {