fix promise types error

This commit is contained in:
zhang lei 2019-04-09 11:15:50 +08:00
parent 90399f8494
commit e938496011

2
types/drawer.d.ts vendored
View file

@ -75,7 +75,7 @@ export declare interface Drawer extends Vue {
/** /**
* Promise * Promise
*/ */
'before-close'?: () => void | PromiseConstructor; 'before-close'?: () => void | Promise<any>;
/** /**
* *
*/ */