bugfix: 重复属性

This commit is contained in:
2026-06-01 15:49:07 +08:00
parent 87f2c67ced
commit ee274e07f4
2 changed files with 1 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
:isProduct="isProduct"
:url="data.url"
:type="type"
:centerBox="isProduct"
@change="(v) => (data.preview_url = v)"
/>
</div>

View File

@@ -9,7 +9,6 @@
:fixedNumber="ratio"
:fixed="isProduct ? type !== 'apparel' : true"
movable
:centerBox="isProduct"
:info="false"
@realTime="onChange"
outputType="png"