fix(Skeleton): fix prop row not work error (#2364)

This commit is contained in:
rex 2019-11-22 15:17:51 +08:00 committed by neverland
parent 074249fb52
commit 8e65117205

View File

@ -16,7 +16,7 @@
style="{{ 'width:' + titleWidth }}"
/>
<view
wx:for="row"
wx:for="{{ row }}"
wx:key="index"
wx:for-index="index"
class="{{ utils.bem('skeleton__row') }}"