Merge pull request #864 from pniedermeyer/master

Bugfix: Accordion didn't accept activeIndex. Update Type definition
pull/880/head
Cagatay Civici 2021-01-20 13:31:21 +03:00 committed by GitHub
commit 80d00d414f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: {