fix(image):获取真实宽度错误
This commit is contained in:
parent
61b6d274c9
commit
6c87159a07
|
@ -330,7 +330,7 @@ export default class<
|
|||
width: image.width,
|
||||
height: image.height,
|
||||
naturalHeight: image.naturalHeight,
|
||||
naturalWidth: image.naturalHeight,
|
||||
naturalWidth: image.naturalWidth,
|
||||
},
|
||||
});
|
||||
resolve();
|
||||
|
|
Loading…
Reference in New Issue