From 228279759c33d6c68e0c9bd426329b4c7e9f0fb2 Mon Sep 17 00:00:00 2001 From: yangd Date: Mon, 15 Apr 2019 14:18:05 +0800 Subject: [PATCH] 修改IViewGlobalOptions.transfer的类型 --- 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 6f7d844..85c29f5 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; -- libgit2 0.21.4