Skip to content

Commit 46f8600

Browse files
committed
Eslint fix
1 parent 23fcd7c commit 46f8600

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/item.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ export const Item = Vue.component('virtual-list-item', {
5151
props: ItemProps,
5252

5353
render (h) {
54-
const { tag, component, extraProps = {}, index, source, scopedSlots = {}, uniqueKey, slotComponent } = this;
54+
const { tag, component, extraProps = {}, index, source, scopedSlots = {}, uniqueKey, slotComponent } = this
5555
const props = {
56-
...extraProps,
57-
source,
58-
index,
59-
};
56+
...extraProps,
57+
source,
58+
index
59+
}
6060

6161
return h(tag, {
6262
key: uniqueKey,

0 commit comments

Comments
 (0)