增加color-picker,input-number,modal,tabs的属性到d.ts中

This commit is contained in:
yangd 2018-09-03 12:50:11 +08:00
parent 03aa82e191
commit d6282db69b
4 changed files with 24 additions and 0 deletions

4
types/tabs.d.ts vendored
View file

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