fix(image):获取真实宽度错误

This commit is contained in:
yanmao 2022-01-21 22:30:15 +08:00
parent 61b6d274c9
commit 6c87159a07
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ export default class<
width: image.width,
height: image.height,
naturalHeight: image.naturalHeight,
naturalWidth: image.naturalHeight,
naturalWidth: image.naturalWidth,
},
});
resolve();