mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(DropdownItem): fix wx:key wran (#2670)
This commit is contained in:
parent
689e597aa5
commit
9942755da4
@ -17,7 +17,7 @@
|
|||||||
>
|
>
|
||||||
<van-cell
|
<van-cell
|
||||||
wx:for="{{ options }}"
|
wx:for="{{ options }}"
|
||||||
wx:key="{{ item.value }}"
|
wx:key="value"
|
||||||
data-option="{{ item }}"
|
data-option="{{ item }}"
|
||||||
class="{{ utils.bem('dropdown-item__option', { active: item.value === value } ) }}"
|
class="{{ utils.bem('dropdown-item__option', { active: item.value === value } ) }}"
|
||||||
clickable
|
clickable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user