Skip to content

Commit 950cb6a

Browse files
committed
Fix nextTick tigger before really render
1 parent b0263d8 commit 950cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const VirtualList = Vue.component('virtual-list', {
269269
if (dataSource) {
270270
if (Object.prototype.hasOwnProperty.call(dataSource, dataKey)) {
271271
slots.push(h(Item, {
272-
key: dataSource[dataKey],
272+
// key: dataSource[dataKey],
273273
props: {
274274
index,
275275
tag: itemTag,

0 commit comments

Comments
 (0)