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 65  
66 66 interface IViewGlobalOptions{
67 67 size?: string;
68   - transfer?: string;
  68 + transfer?: boolean | string;
69 69 select: {
70 70 arrow: string;
71 71 customArrow: string;
... ...