mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-07 13:49:48 +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 }}"
|
style="{{ 'width:' + titleWidth }}"
|
||||||
/>
|
/>
|
||||||
<view
|
<view
|
||||||
wx:for="row"
|
wx:for="{{ row }}"
|
||||||
wx:key="index"
|
wx:key="index"
|
||||||
wx:for-index="index"
|
wx:for-index="index"
|
||||||
class="{{ utils.bem('skeleton__row') }}"
|
class="{{ utils.bem('skeleton__row') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user