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

Example of how to use with Vuex #10

Closed scp-nm closed 6 years ago

scp-nm commented 6 years ago

Hi there,

Thanks for putting together this component - looks like it will be very useful.

Would you be able to put together an example of how this component could be used with Vuex (i.e. upload to a Vuex action)?

Many thanks,

Neil

overtrue commented 6 years ago

You can set upload-handler to you Vuex action or create a method to dispatch Vuex action.

overtrue commented 6 years ago

@scp-nm I made a online demo:

Edit vue-avatar-cropper-demo

wuguojun1006 commented 6 years ago

图片裁剪提交后Request Payload中的 filename = "unknown"

Guolefeng commented 6 years ago

un