acccccccb/vue-img-cutter

2.1.6版本基本裁剪功能失效

wolomo opened this issue · 1 comments

bug描述
组件选择图片以后,点击确认按钮,无任何效果:
仔细查看源代码以后,您采用“doNotReset”字段作为判断是cutDown还是onPrintImg事件,但是这个字段在确定按钮代码部分未传值。导致产生bug。

 <span @click="cropPicture">
         <slot name="confirm">
             <button type="button" class="btn btn-primary" style="margin-left:15px;" :disabled="!drawImg.img">确定 </button>
          </slot
</span>

版本号
2.1.6
浏览器版本
IE/Edge/Firefox/Chrome

@wolomo 已修复