Merge branch '2.0' of https://github.com/iview/iview into 2.0
This commit is contained in:
commit
77a67f5d3f
1 changed files with 1 additions and 1 deletions
2
types/drawer.d.ts
vendored
2
types/drawer.d.ts
vendored
|
@ -75,7 +75,7 @@ export declare interface Drawer extends Vue {
|
||||||
/**
|
/**
|
||||||
* 返回 Promise 可以阻止关闭
|
* 返回 Promise 可以阻止关闭
|
||||||
*/
|
*/
|
||||||
'before-close'?: () => void | PromiseConstructor;
|
'before-close'?: () => void | Promise<any>;
|
||||||
/**
|
/**
|
||||||
* 关闭抽屉时触发
|
* 关闭抽屉时触发
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue