diff --git a/types/time.d.ts b/types/time.d.ts index 4814b9b..5a0ae92 100644 --- a/types/time.d.ts +++ b/types/time.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/iview/iview // Definitions by: yangdan // Definitions: https://github.com/yangdan8/iview.git -import Vue, { VNode } from 'vue'; +import Vue from 'vue'; export declare interface Time extends Vue { /** -- libgit2 0.21.4