Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
awe committed Apr 13, 2018
1 parent bb6528e commit 196190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function (Vue) {
loading,
error
})
if(this._observer){
if (this._observer) {
this._observer.unobserve(el)
this._observer.observe(el)
}
Expand Down

0 comments on commit 196190c

Please sign in to comment.