1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

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

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

@ -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') }}"