Merge pull request #4933 from yangdan8/2.0_修复#4465

2.0 修复#4465
This commit is contained in:
Aresn 2018-12-06 14:14:01 +08:00 committed by GitHub
commit 845325b2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
export declare interface LoadingBarClass {
/** /**
* 0 * 0
*/ */
@ -56,6 +58,6 @@ declare module 'vue/types/vue' {
/** /**
* *
*/ */
$Loading: LoadingBar; $Loading: LoadingBarClass;
} }
} }