Merge pull request #864 from pniedermeyer/master
Bugfix: Accordion didn't accept activeIndex. Update Type definitionpull/880/head
commit
80d00d414f
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue