Skip to content

Commit b0b0411

Browse files
gr8dentangbc
authored andcommitted
code style fix
1 parent 3b5e7e4 commit b0b0411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Item = Vue.component('virtual-list-item', {
6161
}
6262
}, [h(component, {
6363
props: extraProps,
64-
scopedSlots
64+
scopedSlots: scopedSlots
6565
})])
6666
}
6767
})

src/props.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const VirtualProps = {
104104
type: Object
105105
},
106106
scopedSlots: {
107-
type: Object,
107+
type: Object
108108
}
109109
}
110110

@@ -134,7 +134,7 @@ export const ItemProps = {
134134
type: Object
135135
},
136136
scopedSlots: {
137-
type: Object,
137+
type: Object
138138
}
139139
}
140140

0 commit comments

Comments
 (0)