push Develop
This commit is contained in:
@@ -206,6 +206,7 @@ export default defineComponent({
|
||||
const img = new Image();
|
||||
img.onload = () => {
|
||||
resolve(img)
|
||||
img.remove()
|
||||
};
|
||||
img.onerror = reject;
|
||||
img.src = url;
|
||||
|
||||
Reference in New Issue
Block a user