Merge branch '2.0' of https://github.com/iview/iview into 2.0

This commit is contained in:
梁灏 2019-04-15 10:05:47 +08:00
commit 77a67f5d3f

2
types/drawer.d.ts vendored
View file

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