Bugfix: Accordion didn't accept activeIndex. Update Type definition

pull/864/head
Pascal 2021-01-16 15:40:21 +01:00
parent 00fc9a26ab
commit fe4b338d09
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import Vue, { VNode } from 'vue';
declare class Accordion extends Vue {
multiple?: boolean;
activeIndex?: Number|[Number];
$emit(eventName: 'tab-open', e: {originalEvent: Event, tab: any}): this;
$emit(eventName: 'tab-close', e: {originalEvent: Event, tab: any}): this;
$slots: {