修改IViewGlobalOptions.transfer的类型
This commit is contained in:
parent
b5e0bdc2ee
commit
228279759c
1 changed files with 1 additions and 1 deletions
2
types/iview.components.d.ts
vendored
2
types/iview.components.d.ts
vendored
|
@ -65,7 +65,7 @@ export { Upload } from './upload';
|
|||
|
||||
interface IViewGlobalOptions{
|
||||
size?: string;
|
||||
transfer?: string;
|
||||
transfer?: boolean | string;
|
||||
select: {
|
||||
arrow: string;
|
||||
customArrow: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue