some *.d.ts error

This commit is contained in:
Rookie_Zoe 2018-11-09 17:06:05 +08:00
parent b7d7c4ad05
commit 3571341031
2 changed files with 3 additions and 3 deletions

4
types/modal.d.ts vendored
View file

@ -172,7 +172,7 @@ export declare interface ModalConfig {
/**
* 使 content
*/
render?: () => void;
render?: (h?) => void;
/**
* px
* @default 416
@ -220,4 +220,4 @@ declare module 'vue/types/vue' {
*/
$Modal: ModalInstance;
}
}
}