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 (#2364)
This commit is contained in:
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') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user