xyxiao001 / vue-cropper

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

vue3 移动端生成截图框之后 无法缩放和移动 #813

Closed a-boom closed 6 months ago

a-boom commented 7 months ago

<vueCropper ref="cropper" :img="option.img" :outputSize="option.size" :outputType="option.outputType" :autoCrop="true" :autoCropWidth="200" :autoCropHeight="200" :canMove="true" :canMoveBox="true" :canScale="true" :maxImgSize="2000"