Commit
99ddff9a65d9192eb5ea68318d041d6510729540
Authored by
yangd
删除无用的导入VNode
Showing
17 changed files
with
17 additions
and
17 deletions
Show diff stats
...
|
...
|
@@ -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 Affix extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Anchor extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Avatar extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 BackTop extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Badge extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Button extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Carousel extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 Cascader extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 |
...
|
...
|
|
...
|
...
|
@@ -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 Divider extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 |
...
|
...
|
|
...
|
...
|
@@ -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 |
...
|
...
|
|
...
|
...
|
@@ -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 Icon extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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 InputNumber extends Vue { |
8
|
8
|
/** |
...
|
...
|
|
...
|
...
|
@@ -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'; |
...
|
...
|
|
...
|
...
|
@@ -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 const LoadingBar: LoadingBarClass; |
8
|
8
|
|
...
|
...
|
|
...
|
...
|
@@ -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 Steps extends Vue { |
8
|
8
|
/** |
...
|
...
|
|