overtrue / vue-avatar-cropper

:girl: A simple and elegant avatar cropping and upload plugin.
https://github.com/overtrue/vue-avatar-cropper
506 stars 93 forks source link

Check photo #22

Closed selinAnt0n closed 6 years ago

selinAnt0n commented 6 years ago

How to check, the user pick a photo or not? mb some event?

overtrue commented 6 years ago

@selinAnt0n You can listen the changed event, which contains two arguments:

doc: https://github.com/overtrue/vue-avatar-cropper#events code: https://github.com/overtrue/vue-avatar-cropper/blob/master/src/AvatarCropper.vue#L183