some *.d.ts error
This commit is contained in:
parent
b7d7c4ad05
commit
3571341031
2 changed files with 3 additions and 3 deletions
4
types/modal.d.ts
vendored
4
types/modal.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue