This commit is contained in:
李志鹏
2026-06-01 13:55:39 +08:00
parent 5a85ff0189
commit e3c889c58a
9 changed files with 70 additions and 22 deletions

View File

@@ -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()