diff --git a/src/components/PhotoCropper.vue b/src/components/PhotoCropper.vue index f13694c..2988816 100644 --- a/src/components/PhotoCropper.vue +++ b/src/components/PhotoCropper.vue @@ -7,6 +7,7 @@ :stencil-component="this.$options.components.RectangleStencil" :stencil-props="stencilProps" :auto-zoom="true" + :checkOrientation="false" @change="change" ref="cropper" />