修复#4465
This commit is contained in:
parent
c3874ee194
commit
c734ea7c57
1 changed files with 4 additions and 2 deletions
6
types/loading-bar.d.ts
vendored
6
types/loading-bar.d.ts
vendored
|
@ -4,7 +4,9 @@
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export declare interface LoadingBar {
|
export const LoadingBar: LoadingBarClass
|
||||||
|
|
||||||
|
declare interface LoadingBarClass {
|
||||||
/**
|
/**
|
||||||
* 开始从 0 显示进度条,并自动加载进度
|
* 开始从 0 显示进度条,并自动加载进度
|
||||||
*/
|
*/
|
||||||
|
@ -56,6 +58,6 @@ declare module 'vue/types/vue' {
|
||||||
/**
|
/**
|
||||||
* 加载进度条
|
* 加载进度条
|
||||||
*/
|
*/
|
||||||
$Loading: LoadingBar;
|
$Loading: LoadingBarClass;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue