111
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
@realTime="onChange"
|
||||
outputType="png"
|
||||
:full="true"
|
||||
:centerBox="centerBox"
|
||||
></VueCropper>
|
||||
</div>
|
||||
<div class="clip_opterate">
|
||||
@@ -57,6 +58,10 @@
|
||||
type: {
|
||||
type: String,
|
||||
default: () => ""
|
||||
},
|
||||
centerBox: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
})
|
||||
const attrs = useAttrs()
|
||||
|
||||
Reference in New Issue
Block a user