Skip to content

Commit d7dedb6

Browse files
committed
Release v2.2.5
1 parent 950cb6a commit d7dedb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-virtual-scroll-list v2.2.4
2+
* vue-virtual-scroll-list v2.2.5
33
* open source under the MIT license
44
* https://github.com/tangbc/vue-virtual-scroll-list#readme
55
*/
@@ -855,7 +855,7 @@
855855
if (dataSource) {
856856
if (Object.prototype.hasOwnProperty.call(dataSource, dataKey)) {
857857
slots.push(h(Item, {
858-
key: dataSource[dataKey],
858+
// key: dataSource[dataKey],
859859
props: {
860860
index: index,
861861
tag: itemTag,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "A vue component support big amount data list with high scroll performance.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)