xyxiao001 / vue-cropper

A simple picture clipping plugin for vue
https://github.xyxiao.cn/vue-cropper/docs/vue3.html
MIT License
4.32k stars 700 forks source link

旋转之后切换图片后,旋转信息没有被重置 #213

Closed 2ue closed 5 years ago

2ue commented 5 years ago

最新版的vue-cropper,旋转之后再切换图片,旋转的角度没有被重置,请问可以处理一下么?

xyxiao001 commented 5 years ago

这个应该是我这边的bug, 我会处理, 你可以在每次上传时设置this.$refs.cropper.rotate = 0来处理

2ue commented 5 years ago

这个应该是我这边的bug, 我会处理, 你可以在每次上传时设置this.$refs.cropper.rotate = 0来处理

好的,谢谢

xyxiao001 commented 5 years ago

已在0.46版本更新