vue-core-image-upload icon indicating copy to clipboard operation
vue-core-image-upload copied to clipboard

Resize not work after click ok with isXhr = false

Open myohmy10420 opened this issue 8 years ago • 0 comments

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?

myohmy10420 avatar Sep 12 '17 13:09 myohmy10420