Skip to content

Commit 7ca02d6

Browse files
author
Guillaume Chau
committed
fix: eslint errors
1 parent 0efa4bd commit 7ca02d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/RecycleList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
watch: {
6767
items () {
6868
this.updateVisibleItems(true)
69-
},
69+
},
7070
pageMode () {
7171
this.applyPageMode()
7272
this.updateVisibleItems(false)
@@ -162,7 +162,7 @@ export default {
162162
this.$emit('visible')
163163
requestAnimationFrame(() => {
164164
this.updateVisibleItems(false)
165-
})
165+
})
166166
}
167167
},
168168

0 commit comments

Comments
 (0)