Commit 99ddff9a65d9192eb5ea68318d041d6510729540
1 parent
a5722e45
删除无用的导入VNode
Showing
17 changed files
with
17 additions
and
17 deletions
Show diff stats
types/affix.d.ts
types/anchor.d.ts
types/avatar.d.ts
types/back-top.d.ts
types/badge.d.ts
types/button.d.ts
types/carousel.d.ts
types/cascader.d.ts
types/content.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare interface Content extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/divider.d.ts
types/footer.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare interface Footer extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/header.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export declare interface Header extends Vue { |
8 | 8 | } |
9 | 9 | \ No newline at end of file | ... | ... |
types/icon.d.ts
types/input-number.d.ts
types/iview.components.d.ts
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | // Project: https://github.com/iview/iview |
3 | 3 | // Definitions by: yangdan |
4 | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | -import Vue, { VNode } from 'vue'; | |
5 | +import Vue from 'vue'; | |
6 | 6 | |
7 | 7 | export { Affix } from './affix'; |
8 | 8 | export { Alert } from './alert'; | ... | ... |
types/loading-bar.d.ts
types/steps.d.ts