[improvement] directive naming-style in jsx (#2677)

This commit is contained in:
neverland
2019-02-02 17:35:32 +08:00
committed by GitHub
parent e3f4cac05d
commit 583f89f09d
16 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default sfc({
<a href={this.thumbLink} class={bem('thumb')}>
{slots.thumb ||
(this.lazyLoad ? (
<img class={bem('img')} v-lazy={thumb} />
<img class={bem('img')} vLazy={thumb} />
) : (
<img class={bem('img')} src={thumb} />
))}