vue-core-image-upload
vue-core-image-upload copied to clipboard
how to access raw data input?
Hi, I am trying to use this component to launch my own function @imagechanged="savePicData(this)" but can't access the data submitted (I have tried data, res,this, etc, but none of them work.) How can I access the data represented by the image @imagechanged? Thanks.