xyxiao001 / vue-cropper

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

怎样能够设置autoCrop为true的情况下不显示自动截图框? #432

Open Selenium39 opened 4 years ago

Selenium39 commented 4 years ago

centerBox: true生效的前提是将 autoCrop设置为true 而我想要截图框被限制在图片里面又不想要默认的截图框,即必须将autoCrop设置为true. 有尝试过设置autoCropWidth: 0,autoCropHeight: 0,但这样还是会显示一个很大的默认截图框。 也有尝试过通过this.$refs.cropper.clearCrop(),好像也没什么效果。

xyxiao001 commented 4 years ago

目前暂不支持