fix(Sku): lazy-load should be camelcase

This commit is contained in:
chenjiahan 2020-06-29 10:59:41 +08:00 committed by neverland
parent bea027c8c7
commit 7ff0e045b1

View File

@ -58,7 +58,7 @@ export default createComponent({
fit="cover"
src={this.imgUrl}
class={`${classPrefix}-img`}
lazy-load={this.lazyLoad}
lazyLoad={this.lazyLoad}
/>
);
}