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" :isProduct="isProduct"
:url="data.url" :url="data.url"
:type="type" :type="type"
:centerBox="isProduct"
@change="(v) => (data.preview_url = v)" @change="(v) => (data.preview_url = v)"
/> />
</div> </div>

View File

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