From bd8374ae9177d0a649854ade7d355af83df462b7 Mon Sep 17 00:00:00 2001 From: yangd Date: Mon, 3 Sep 2018 14:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=83=A8=E5=88=86=E5=85=A8=E5=B1=80$?= =?UTF-8?q?=E6=89=93=E5=A4=B4=E7=9A=84=E5=B1=9E=E6=80=A7=E6=88=96=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E4=B8=BA=E9=9D=9E=E7=A9=BA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BB=A5=E6=96=B9=E4=BE=BF=E5=BC=80=E5=8F=91=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/iview.components.d.ts | 2 +- types/loading-bar.d.ts | 2 +- types/message.d.ts | 2 +- types/modal.d.ts | 2 +- types/notice.d.ts | 2 +- types/spin.d.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index fbe6e412..1f155e31 100644 --- a/types/iview.components.d.ts +++ b/types/iview.components.d.ts @@ -83,7 +83,7 @@ export default API; declare module 'vue/types/vue' { interface Vue { - $IVIEW?: { + $IVIEW: { size?: string; transfer?: string; }; diff --git a/types/loading-bar.d.ts b/types/loading-bar.d.ts index 99133980..d25c4f18 100644 --- a/types/loading-bar.d.ts +++ b/types/loading-bar.d.ts @@ -56,6 +56,6 @@ declare module 'vue/types/vue' { /** * 加载进度条 */ - $Loading?: LoadingBar; + $Loading: LoadingBar; } } \ No newline at end of file diff --git a/types/message.d.ts b/types/message.d.ts index 6ecabb78..73739131 100644 --- a/types/message.d.ts +++ b/types/message.d.ts @@ -76,7 +76,7 @@ declare module 'vue/types/vue' { /** * 全局提示 */ - $Message?: Message; + $Message: Message; } } diff --git a/types/modal.d.ts b/types/modal.d.ts index 2a015f6a..d507d8d4 100644 --- a/types/modal.d.ts +++ b/types/modal.d.ts @@ -218,6 +218,6 @@ declare module 'vue/types/vue' { /** * 对话框 */ - $Modal?: ModalInstance; + $Modal: ModalInstance; } } \ No newline at end of file diff --git a/types/notice.d.ts b/types/notice.d.ts index 60f0aa88..e40324e1 100644 --- a/types/notice.d.ts +++ b/types/notice.d.ts @@ -87,6 +87,6 @@ declare module 'vue/types/vue' { /** * 通知提醒 */ - $Notice?: Notice; + $Notice: Notice; } } \ No newline at end of file diff --git a/types/spin.d.ts b/types/spin.d.ts index 14b7dd41..d363bb89 100644 --- a/types/spin.d.ts +++ b/types/spin.d.ts @@ -30,6 +30,6 @@ declare module 'vue/types/vue' { /** * */ - $Spin?: Spin; + $Spin: Spin; } } \ No newline at end of file