From 228279759c33d6c68e0c9bd426329b4c7e9f0fb2 Mon Sep 17 00:00:00 2001 From: yangd Date: Mon, 15 Apr 2019 14:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9IViewGlobalOptions.transfer?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/iview.components.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index 6f7d844b..85c29f59 100644 --- a/types/iview.components.d.ts +++ b/types/iview.components.d.ts @@ -65,7 +65,7 @@ export { Upload } from './upload'; interface IViewGlobalOptions{ size?: string; - transfer?: string; + transfer?: boolean | string; select: { arrow: string; customArrow: string;