Update index.vue
This commit is contained in:
parent
bd4fd271c1
commit
6816f65f7e
|
@ -48,6 +48,7 @@
|
||||||
this.crop = new Cropper(this.$refs.img, {
|
this.crop = new Cropper(this.$refs.img, {
|
||||||
viewMode: 2,
|
viewMode: 2,
|
||||||
dragMode: 'move',
|
dragMode: 'move',
|
||||||
|
responsive: false,
|
||||||
aspectRatio: this.aspectRatio,
|
aspectRatio: this.aspectRatio,
|
||||||
preview: this.$refs.preview
|
preview: this.$refs.preview
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue