Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
935 stars 224 forks source link

Update for vue 2.0 #1

Closed RDelorier closed 7 years ago

RDelorier commented 7 years ago

Swap out template for render and $els for $refs.

Also switched the src to default to an empty string since it's not required by cropper and it's better to use replace to change the image.

I was also getting warning for the function props so I just commented them out for now, maybe someone else can take a look at that?

Agontuk commented 7 years ago

Thanks, I'll check it out as soon as possible.

Agontuk commented 7 years ago

I merged your updates for Vue 2 manually preserving the authorship and fixed issues about prop mutation (sort of). Thanks for your support :)

RDelorier commented 7 years ago

Awesome, thanks for all you work!