mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: 漏改一处
This commit is contained in:
parent
2f6e31488d
commit
f91f198492
@ -11,7 +11,7 @@
|
||||
v-model="messageValues[index]">
|
||||
</van-field>
|
||||
<van-field v-else
|
||||
:key="goodsId + '-' + index"
|
||||
:key="`${goodsId}-${index}`"
|
||||
:required="message.required == '1'"
|
||||
:label="message.name"
|
||||
:placeholder="placeholderMap[message.type]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user