修复几个组件的d.ts定义内容
This commit is contained in:
parent
2a21b455a3
commit
12c24293ae
4 changed files with 5 additions and 5 deletions
4
types/modal.d.ts
vendored
4
types/modal.d.ts
vendored
|
@ -4,7 +4,7 @@
|
|||
// Definitions: https://github.com/yangdan8/iview.git
|
||||
import Vue, { VNode, CreateElement } from "vue";
|
||||
|
||||
export declare class Modal {
|
||||
export declare class Modal extends Vue {
|
||||
/**
|
||||
* 对话框是否显示,可使用 v-model 双向绑定数据。
|
||||
* @default false
|
||||
|
@ -128,7 +128,7 @@ export declare class Modal {
|
|||
};
|
||||
}
|
||||
|
||||
export declare class ModalInstance {
|
||||
export declare class ModalInstance extends Modal {
|
||||
/**
|
||||
* 消息
|
||||
* @param config ModalConfig为相关配置,string为待显示的内容
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue