Skip to content

Commit

Permalink
fix: eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 2, 2018
1 parent 0efa4bd commit 7ca02d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RecycleList.vue
Expand Up @@ -66,7 +66,7 @@ export default {
watch: {
items () {
this.updateVisibleItems(true)
},
},
pageMode () {
this.applyPageMode()
this.updateVisibleItems(false)
Expand Down Expand Up @@ -162,7 +162,7 @@ export default {
this.$emit('visible')
requestAnimationFrame(() => {
this.updateVisibleItems(false)
})
})
}
},
Expand Down

0 comments on commit 7ca02d6

Please sign in to comment.