Commit 438e24d78b2b7165b23749cff7b74f6025fd2d73

Authored by yangd
1 parent 6d9afa9c

去掉不需要用到的导出VNode

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Affix extends Vue { 7 export declare class Affix extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Alert extends Vue { 7 export declare class Alert extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Anchor extends Vue { 7 export declare class Anchor extends Vue {
8 /** 8 /**
types/auto-complete.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class AutoComplete extends Vue { 7 export declare class AutoComplete extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Avatar extends Vue { 7 export declare class Avatar extends Vue {
8 /** 8 /**
types/back-top.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class BackTop extends Vue { 7 export declare class BackTop extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Badge extends Vue { 7 export declare class Badge extends Vue {
8 /** 8 /**
types/breadcrumb.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Breadcrumb extends Vue { 7 export declare class Breadcrumb extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Button extends Vue { 7 export declare class Button extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Card extends Vue { 7 export declare class Card extends Vue {
8 /** 8 /**
types/carousel.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Carousel extends Vue { 7 export declare class Carousel extends Vue {
8 /** 8 /**
types/cascader.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Cascader extends Vue { 7 export declare class Cascader extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Cell extends Vue { 7 export declare class Cell extends Vue {
8 /** 8 /**
types/checkbox.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Checkbox extends Vue { 7 export declare class Checkbox extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Circle extends Vue { 7 export declare class Circle extends Vue {
8 /** 8 /**
types/collapse.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Collapse extends Vue { 7 export declare class Collapse extends Vue {
8 /** 8 /**
types/color-picker.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class ColorPicker extends Vue { 7 export declare class ColorPicker extends Vue {
8 /** 8 /**
types/content.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Content extends Vue { 7 export declare class Content extends Vue {
8 } 8 }
9 \ No newline at end of file 9 \ No newline at end of file
types/date-picker.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class DatePicker extends Vue { 7 export declare class DatePicker extends Vue {
8 /** 8 /**
types/divider.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Divider extends Vue { 7 export declare class Divider extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Drawer extends Vue { 7 export declare class Drawer extends Vue {
8 } 8 }
9 \ No newline at end of file 9 \ No newline at end of file
types/dropdown.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Dropdown extends Vue { 7 export declare class Dropdown extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Footer extends Vue { 7 export declare class Footer extends Vue {
8 } 8 }
9 \ No newline at end of file 9 \ No newline at end of file
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Form extends Vue { 7 export declare class Form extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Row extends Vue { 7 export declare class Row extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Header extends Vue { 7 export declare class Header extends Vue {
8 } 8 }
9 \ No newline at end of file 9 \ No newline at end of file
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Icon extends Vue { 7 export declare class Icon extends Vue {
8 /** 8 /**
types/input-number.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class InputNumber extends Vue { 7 export declare class InputNumber extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Input extends Vue { 7 export declare class Input extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Layout extends Vue { 7 export declare class Layout extends Vue {
8 /** 8 /**
types/loading-bar.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class LoadingBar { 7 export declare class LoadingBar {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Menu extends Vue { 7 export declare class Menu extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Modal { 7 export declare class Modal {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Page extends Vue { 7 export declare class Page extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Poptip extends Vue { 7 export declare class Poptip extends Vue {
8 /** 8 /**
types/progress.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Progress extends Vue { 7 export declare class Progress extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Radio extends Vue { 7 export declare class Radio extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Rate extends Vue { 7 export declare class Rate extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Scroll extends Vue { 7 export declare class Scroll extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Select extends Vue { 7 export declare class Select extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Sider extends Vue { 7 export declare class Sider extends Vue {
8 } 8 }
9 \ No newline at end of file 9 \ No newline at end of file
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Slider extends Vue { 7 export declare class Slider extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Spin extends Vue { 7 export declare class Spin extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Split extends Vue { 7 export declare class Split extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Steps extends Vue { 7 export declare class Steps extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Switch extends Vue { 7 export declare class Switch extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Table extends Vue { 7 export declare class Table extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Tabs extends Vue { 7 export declare class Tabs extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Tag extends Vue { 7 export declare class Tag extends Vue {
8 /** 8 /**
types/time-picker.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class TimePicker extends Vue { 7 export declare class TimePicker extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Time extends Vue { 7 export declare class Time extends Vue {
8 /** 8 /**
types/timeline.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Timeline extends Vue { 7 export declare class Timeline extends Vue {
8 /** 8 /**
types/tooltip.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Tooltip extends Vue { 7 export declare class Tooltip extends Vue {
8 /** 8 /**
types/transfer.d.ts
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Transfer extends Vue { 7 export declare class Transfer extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Tree extends Vue { 7 export declare class Tree extends Vue {
8 /** 8 /**
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 // Project: https://github.com/iview/iview 2 // Project: https://github.com/iview/iview
3 // Definitions by: yangdan 3 // Definitions by: yangdan
4 // Definitions: https://github.com/yangdan8/iview.git 4 // Definitions: https://github.com/yangdan8/iview.git
5 -import Vue, { VNode } from 'vue'; 5 +import Vue from 'vue';
6 6
7 export declare class Upload extends Vue { 7 export declare class Upload extends Vue {
8 /** 8 /**