fix(DropdownItem): fix wx:key wran (#2670)

This commit is contained in:
Jake 2020-01-14 16:31:25 +08:00 committed by rex
parent 689e597aa5
commit 9942755da4

View File

@ -17,7 +17,7 @@
>
<van-cell
wx:for="{{ options }}"
wx:key="{{ item.value }}"
wx:key="value"
data-option="{{ item }}"
class="{{ utils.bem('dropdown-item__option', { active: item.value === value } ) }}"
clickable