mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Sku): lazy-load should be camelcase
This commit is contained in:
parent
bea027c8c7
commit
7ff0e045b1
@ -58,7 +58,7 @@ export default createComponent({
|
|||||||
fit="cover"
|
fit="cover"
|
||||||
src={this.imgUrl}
|
src={this.imgUrl}
|
||||||
class={`${classPrefix}-img`}
|
class={`${classPrefix}-img`}
|
||||||
lazy-load={this.lazyLoad}
|
lazyLoad={this.lazyLoad}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user