🐛(upload): 修复 cutOptions 非必填, 因为 cut 会有 false 的情况
This commit is contained in:
parent
1764087fa9
commit
7c9dc3815f
@ -64,7 +64,7 @@ export interface LayUploadProps {
|
|||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
disabledPreview?: boolean;
|
disabledPreview?: boolean;
|
||||||
cut?: boolean;
|
cut?: boolean;
|
||||||
cutOptions: cutOptions;
|
cutOptions?: cutOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
const getCutDownResult = () => {
|
const getCutDownResult = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user