From c1b06093809f1b86281ab9f63507691ec8d8206c Mon Sep 17 00:00:00 2001 From: yangdan8 <361100314@qq.com> Date: Wed, 5 Sep 2018 13:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwebpack=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E4=B8=AD=E6=8A=A5any=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/iview.components.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index 1f155e31..e71fc84c 100644 --- a/types/iview.components.d.ts +++ b/types/iview.components.d.ts @@ -65,8 +65,8 @@ export { Upload } from './upload'; declare const API: { version: string; - locale: (l) => void; - i18n: (fn) => void; + locale: (l:any) => void; + i18n: (fn:any) => void; install: ( Vue: Vue, opts: {