release 3.1.0-rc.2

This commit is contained in:
梁灏 2018-09-03 14:08:13 +08:00
parent f186864086
commit 1ca38a8451
15 changed files with 35 additions and 11 deletions

View file

@ -35,6 +35,10 @@ export declare interface Tabs extends Vue {
* @default false
*/
'capture-focus'?: boolean;
/**
* Promise
*/
'before-remove'?: (index: number) => {};
/**
* tab
*/