Update index.vue

This commit is contained in:
sakuya 2021-07-24 23:18:31 +08:00
parent bd4fd271c1
commit 6816f65f7e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
this.crop = new Cropper(this.$refs.img, {
viewMode: 2,
dragMode: 'move',
responsive: false,
aspectRatio: this.aspectRatio,
preview: this.$refs.preview
})