修复几个组件的d.ts定义内容
This commit is contained in:
parent
2a21b455a3
commit
12c24293ae
4 changed files with 5 additions and 5 deletions
2
types/notice.d.ts
vendored
2
types/notice.d.ts
vendored
|
@ -4,7 +4,7 @@
|
|||
// Definitions: https://github.com/yangdan8/iview.git
|
||||
import Vue, { VNode, CreateElement } from "vue";
|
||||
|
||||
export declare class Notice {
|
||||
export declare class Notice extends Vue {
|
||||
/**
|
||||
* 打开
|
||||
* @param config NoticeConfig为相关配置,string为待显示的内容
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue