Commit 228279759c33d6c68e0c9bd426329b4c7e9f0fb2

Authored by yangd
1 parent b5e0bdc2

修改IViewGlobalOptions.transfer的类型

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
types/iview.components.d.ts
@@ -65,7 +65,7 @@ export { Upload } from './upload'; @@ -65,7 +65,7 @@ export { Upload } from './upload';
65 65
66 interface IViewGlobalOptions{ 66 interface IViewGlobalOptions{
67 size?: string; 67 size?: string;
68 - transfer?: string; 68 + transfer?: boolean | string;
69 select: { 69 select: {
70 arrow: string; 70 arrow: string;
71 customArrow: string; 71 customArrow: string;