优化
This commit is contained in:
4
types/uni-app.d.ts
vendored
4
types/uni-app.d.ts
vendored
@@ -394,8 +394,8 @@ declare interface UniElement {
|
||||
style: CSSStyleDeclaration;
|
||||
classList: string[];
|
||||
takeSnapshot(options: {
|
||||
success: (res: { tempFilePath: string }) => void;
|
||||
fail: (err: { errCode: number; errMsg: string }) => void;
|
||||
success?: (res: { tempFilePath: string }) => void;
|
||||
fail?: (err: { errCode: number; errMsg: string }) => void;
|
||||
}): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user