vue-core-image-upload
vue-core-image-upload copied to clipboard
Resize not work after click ok with isXhr = false
This is my code:
<vue-core-image-upload class="btn btn-primary" text="選擇圖片" :crop="true" @imageuploading="imageuploadedtest" :maxWidth="200" :data="testUp" :max-file-size="5242880" :isXhr="false" > </vue-core-image-upload>
When I resize my image and click ok, trigger @imageuploading and it just give me normal file informations, which there is no toCropImgH,W,X,Y , is there the function can work?