|
@@ -204,7 +204,8 @@ export default defineComponent({
|
|
ref="cropperRef"
|
|
ref="cropperRef"
|
|
img={this.options.img}
|
|
img={this.options.img}
|
|
info={true}
|
|
info={true}
|
|
- autoCrop={this.options.autoCrop}
|
|
|
|
|
|
+ autoCrop={true}
|
|
|
|
+ centerBox={true}
|
|
autoCropWidth={this.options.autoCropWidth}
|
|
autoCropWidth={this.options.autoCropWidth}
|
|
full={this.options.full}
|
|
full={this.options.full}
|
|
outputType={this.options.outputType}
|
|
outputType={this.options.outputType}
|