From 438e24d78b2b7165b23749cff7b74f6025fd2d73 Mon Sep 17 00:00:00 2001 From: yangd Date: Thu, 30 Aug 2018 16:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=94=A8=E5=88=B0=E7=9A=84=E5=AF=BC=E5=87=BAVNode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/affix.d.ts | 2 +- types/alert.d.ts | 2 +- types/anchor.d.ts | 2 +- types/auto-complete.d.ts | 2 +- types/avatar.d.ts | 2 +- types/back-top.d.ts | 2 +- types/badge.d.ts | 2 +- types/breadcrumb.d.ts | 2 +- types/button.d.ts | 2 +- types/card.d.ts | 2 +- types/carousel.d.ts | 2 +- types/cascader.d.ts | 2 +- types/cell.d.ts | 2 +- types/checkbox.d.ts | 2 +- types/circle.d.ts | 2 +- types/collapse.d.ts | 2 +- types/color-picker.d.ts | 2 +- types/content.d.ts | 2 +- types/date-picker.d.ts | 2 +- types/divider.d.ts | 2 +- types/drawer.d.ts | 2 +- types/dropdown.d.ts | 2 +- types/footer.d.ts | 2 +- types/form.d.ts | 2 +- types/grid.d.ts | 2 +- types/header.d.ts | 2 +- types/icon.d.ts | 2 +- types/input-number.d.ts | 2 +- types/input.d.ts | 2 +- types/layout.d.ts | 2 +- types/loading-bar.d.ts | 2 +- types/menu.d.ts | 2 +- types/modal.d.ts | 2 +- types/page.d.ts | 2 +- types/poptip.d.ts | 2 +- types/progress.d.ts | 2 +- types/radio.d.ts | 2 +- types/rate.d.ts | 2 +- types/scroll.d.ts | 2 +- types/select.d.ts | 2 +- types/sider.d.ts | 2 +- types/slider.d.ts | 2 +- types/spin.d.ts | 2 +- types/split.d.ts | 2 +- types/steps.d.ts | 2 +- types/switch.d.ts | 2 +- types/table.d.ts | 2 +- types/tabs.d.ts | 2 +- types/tag.d.ts | 2 +- types/time-picker.d.ts | 2 +- types/time.ts | 2 +- types/timeline.d.ts | 2 +- types/tooltip.d.ts | 2 +- types/transfer.d.ts | 2 +- types/tree.d.ts | 2 +- types/upload.d.ts | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/types/affix.d.ts b/types/affix.d.ts index edef0c3d..d4f7d364 100644 --- a/types/affix.d.ts +++ b/types/affix.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 class Affix extends Vue { /** diff --git a/types/alert.d.ts b/types/alert.d.ts index ce05b209..1135a928 100644 --- a/types/alert.d.ts +++ b/types/alert.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 class Alert extends Vue { /** diff --git a/types/anchor.d.ts b/types/anchor.d.ts index f93871f6..9a5c996b 100644 --- a/types/anchor.d.ts +++ b/types/anchor.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 class Anchor extends Vue { /** diff --git a/types/auto-complete.d.ts b/types/auto-complete.d.ts index da5d7a5e..33d29753 100644 --- a/types/auto-complete.d.ts +++ b/types/auto-complete.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 class AutoComplete extends Vue { /** diff --git a/types/avatar.d.ts b/types/avatar.d.ts index 89de322a..81533937 100644 --- a/types/avatar.d.ts +++ b/types/avatar.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 class Avatar extends Vue { /** diff --git a/types/back-top.d.ts b/types/back-top.d.ts index 78726e87..862d044c 100644 --- a/types/back-top.d.ts +++ b/types/back-top.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 class BackTop extends Vue { /** diff --git a/types/badge.d.ts b/types/badge.d.ts index b3efd1fc..36f253f2 100644 --- a/types/badge.d.ts +++ b/types/badge.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 class Badge extends Vue { /** diff --git a/types/breadcrumb.d.ts b/types/breadcrumb.d.ts index 28fc3cdb..b904b496 100644 --- a/types/breadcrumb.d.ts +++ b/types/breadcrumb.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 class Breadcrumb extends Vue { /** diff --git a/types/button.d.ts b/types/button.d.ts index b5084a31..282d5978 100644 --- a/types/button.d.ts +++ b/types/button.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 class Button extends Vue { /** diff --git a/types/card.d.ts b/types/card.d.ts index 73e978b3..30f3d80c 100644 --- a/types/card.d.ts +++ b/types/card.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 class Card extends Vue { /** diff --git a/types/carousel.d.ts b/types/carousel.d.ts index eb466b88..a9e0a275 100644 --- a/types/carousel.d.ts +++ b/types/carousel.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 class Carousel extends Vue { /** diff --git a/types/cascader.d.ts b/types/cascader.d.ts index 0c6561fe..f889c222 100644 --- a/types/cascader.d.ts +++ b/types/cascader.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 class Cascader extends Vue { /** diff --git a/types/cell.d.ts b/types/cell.d.ts index 9fa0fb82..6d33a25d 100644 --- a/types/cell.d.ts +++ b/types/cell.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 class Cell extends Vue { /** diff --git a/types/checkbox.d.ts b/types/checkbox.d.ts index 581660e4..3b4cbcd5 100644 --- a/types/checkbox.d.ts +++ b/types/checkbox.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 class Checkbox extends Vue { /** diff --git a/types/circle.d.ts b/types/circle.d.ts index 9dd7beb4..0679240e 100644 --- a/types/circle.d.ts +++ b/types/circle.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 class Circle extends Vue { /** diff --git a/types/collapse.d.ts b/types/collapse.d.ts index 92378f74..48aa124e 100644 --- a/types/collapse.d.ts +++ b/types/collapse.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 class Collapse extends Vue { /** diff --git a/types/color-picker.d.ts b/types/color-picker.d.ts index 0a570f65..ca377bf7 100644 --- a/types/color-picker.d.ts +++ b/types/color-picker.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 class ColorPicker extends Vue { /** diff --git a/types/content.d.ts b/types/content.d.ts index 3d902fba..7da49f3d 100644 --- a/types/content.d.ts +++ b/types/content.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 class Content extends Vue { } \ No newline at end of file diff --git a/types/date-picker.d.ts b/types/date-picker.d.ts index 544384cd..99118920 100644 --- a/types/date-picker.d.ts +++ b/types/date-picker.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 class DatePicker extends Vue { /** diff --git a/types/divider.d.ts b/types/divider.d.ts index 8c2c8cfd..a847e517 100644 --- a/types/divider.d.ts +++ b/types/divider.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 class Divider extends Vue { /** diff --git a/types/drawer.d.ts b/types/drawer.d.ts index 16796be6..0c4287db 100644 --- a/types/drawer.d.ts +++ b/types/drawer.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 class Drawer extends Vue { } \ No newline at end of file diff --git a/types/dropdown.d.ts b/types/dropdown.d.ts index 9565c264..c795a2f0 100644 --- a/types/dropdown.d.ts +++ b/types/dropdown.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 class Dropdown extends Vue { /** diff --git a/types/footer.d.ts b/types/footer.d.ts index 3d8532b1..3f00502b 100644 --- a/types/footer.d.ts +++ b/types/footer.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 class Footer extends Vue { } \ No newline at end of file diff --git a/types/form.d.ts b/types/form.d.ts index 34425de9..8800c055 100644 --- a/types/form.d.ts +++ b/types/form.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 class Form extends Vue { /** diff --git a/types/grid.d.ts b/types/grid.d.ts index af2bc8e7..8282459e 100644 --- a/types/grid.d.ts +++ b/types/grid.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 class Row extends Vue { /** diff --git a/types/header.d.ts b/types/header.d.ts index 31de7de8..47095538 100644 --- a/types/header.d.ts +++ b/types/header.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 class Header extends Vue { } \ No newline at end of file diff --git a/types/icon.d.ts b/types/icon.d.ts index 461376fd..08954b4b 100644 --- a/types/icon.d.ts +++ b/types/icon.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 class Icon extends Vue { /** diff --git a/types/input-number.d.ts b/types/input-number.d.ts index 7bd0ceca..9f12f6d4 100644 --- a/types/input-number.d.ts +++ b/types/input-number.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 class InputNumber extends Vue { /** diff --git a/types/input.d.ts b/types/input.d.ts index 9553f7b6..3cd8c37c 100644 --- a/types/input.d.ts +++ b/types/input.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 class Input extends Vue { /** diff --git a/types/layout.d.ts b/types/layout.d.ts index 68c3cbe8..a2baf9be 100644 --- a/types/layout.d.ts +++ b/types/layout.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 class Layout extends Vue { /** diff --git a/types/loading-bar.d.ts b/types/loading-bar.d.ts index fef4eefc..f12e9b87 100644 --- a/types/loading-bar.d.ts +++ b/types/loading-bar.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 class LoadingBar { /** diff --git a/types/menu.d.ts b/types/menu.d.ts index 2e0eac0f..f4649644 100644 --- a/types/menu.d.ts +++ b/types/menu.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 class Menu extends Vue { /** diff --git a/types/modal.d.ts b/types/modal.d.ts index c8c26173..80f78a8a 100644 --- a/types/modal.d.ts +++ b/types/modal.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 class Modal { /** diff --git a/types/page.d.ts b/types/page.d.ts index bca0dd3b..61fdb47e 100644 --- a/types/page.d.ts +++ b/types/page.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 class Page extends Vue { /** diff --git a/types/poptip.d.ts b/types/poptip.d.ts index 90b462d3..06ebaf08 100644 --- a/types/poptip.d.ts +++ b/types/poptip.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 class Poptip extends Vue { /** diff --git a/types/progress.d.ts b/types/progress.d.ts index 79c53a6d..c8e076fb 100644 --- a/types/progress.d.ts +++ b/types/progress.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 class Progress extends Vue { /** diff --git a/types/radio.d.ts b/types/radio.d.ts index 749ecc42..3ed5bd59 100644 --- a/types/radio.d.ts +++ b/types/radio.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 class Radio extends Vue { /** diff --git a/types/rate.d.ts b/types/rate.d.ts index e4d26741..51e17e8a 100644 --- a/types/rate.d.ts +++ b/types/rate.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 class Rate extends Vue { /** diff --git a/types/scroll.d.ts b/types/scroll.d.ts index 5668a710..7a18fd56 100644 --- a/types/scroll.d.ts +++ b/types/scroll.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 class Scroll extends Vue { /** diff --git a/types/select.d.ts b/types/select.d.ts index 67b8ec3e..2376b146 100644 --- a/types/select.d.ts +++ b/types/select.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 class Select extends Vue { /** diff --git a/types/sider.d.ts b/types/sider.d.ts index 7a53986a..cdb66056 100644 --- a/types/sider.d.ts +++ b/types/sider.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 class Sider extends Vue { } \ No newline at end of file diff --git a/types/slider.d.ts b/types/slider.d.ts index a68a87fa..03a7dfde 100644 --- a/types/slider.d.ts +++ b/types/slider.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 class Slider extends Vue { /** diff --git a/types/spin.d.ts b/types/spin.d.ts index 9b6f4fc0..5312a611 100644 --- a/types/spin.d.ts +++ b/types/spin.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 class Spin extends Vue { /** diff --git a/types/split.d.ts b/types/split.d.ts index c5b3a5e1..48d7becc 100644 --- a/types/split.d.ts +++ b/types/split.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 class Split extends Vue { /** diff --git a/types/steps.d.ts b/types/steps.d.ts index 16c6ae72..8815dff2 100644 --- a/types/steps.d.ts +++ b/types/steps.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 class Steps extends Vue { /** diff --git a/types/switch.d.ts b/types/switch.d.ts index 6a54a20a..d67d462c 100644 --- a/types/switch.d.ts +++ b/types/switch.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 class Switch extends Vue { /** diff --git a/types/table.d.ts b/types/table.d.ts index 32626298..a70b9f53 100644 --- a/types/table.d.ts +++ b/types/table.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 class Table extends Vue { /** diff --git a/types/tabs.d.ts b/types/tabs.d.ts index 55f04ce6..c883c5a0 100644 --- a/types/tabs.d.ts +++ b/types/tabs.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 class Tabs extends Vue { /** diff --git a/types/tag.d.ts b/types/tag.d.ts index 9db360ab..474a18c8 100644 --- a/types/tag.d.ts +++ b/types/tag.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 class Tag extends Vue { /** diff --git a/types/time-picker.d.ts b/types/time-picker.d.ts index 3b1b3ad5..ca77fe56 100644 --- a/types/time-picker.d.ts +++ b/types/time-picker.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 class TimePicker extends Vue { /** diff --git a/types/time.ts b/types/time.ts index 34365e1b..1490a706 100644 --- a/types/time.ts +++ b/types/time.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 class Time extends Vue { /** diff --git a/types/timeline.d.ts b/types/timeline.d.ts index 7d28784b..5a0ab235 100644 --- a/types/timeline.d.ts +++ b/types/timeline.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 class Timeline extends Vue { /** diff --git a/types/tooltip.d.ts b/types/tooltip.d.ts index 05300181..efefc5dc 100644 --- a/types/tooltip.d.ts +++ b/types/tooltip.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 class Tooltip extends Vue { /** diff --git a/types/transfer.d.ts b/types/transfer.d.ts index e40ace49..10014421 100644 --- a/types/transfer.d.ts +++ b/types/transfer.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 class Transfer extends Vue { /** diff --git a/types/tree.d.ts b/types/tree.d.ts index 2d25fd1f..b0ba5976 100644 --- a/types/tree.d.ts +++ b/types/tree.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 class Tree extends Vue { /** diff --git a/types/upload.d.ts b/types/upload.d.ts index 835da693..6c428641 100644 --- a/types/upload.d.ts +++ b/types/upload.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 class Upload extends Vue { /**