将部分全局$打头的属性或组件改为非空类型以方便开发使用
This commit is contained in:
parent
d6282db69b
commit
bd8374ae91
6 changed files with 6 additions and 6 deletions
2
types/modal.d.ts
vendored
2
types/modal.d.ts
vendored
|
@ -218,6 +218,6 @@ declare module 'vue/types/vue' {
|
|||
/**
|
||||
* 对话框
|
||||
*/
|
||||
$Modal?: ModalInstance;
|
||||
$Modal: ModalInstance;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue