1.update README.md

Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
zhoulisheng 2022-07-14 23:45:05 -07:00
parent fdbe7d5c5e
commit fd9411be1d
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ let requestOptin = new RequestOption();
// 左上圆角10pixel像素点
.roundedCorners({top:10})
// 启动加载流程,执行结果将会返回到上面的回调接口中
ImageKnife.call(requestOptin);
globalThis.ImageKnife.call(requestOptin);
```
##### 步骤4