We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950cb6a commit d7dedb6Copy full SHA for d7dedb6
dist/index.js
@@ -1,5 +1,5 @@
1
/*!
2
- * vue-virtual-scroll-list v2.2.4
+ * vue-virtual-scroll-list v2.2.5
3
* open source under the MIT license
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
*/
@@ -855,7 +855,7 @@
855
if (dataSource) {
856
if (Object.prototype.hasOwnProperty.call(dataSource, dataKey)) {
857
slots.push(h(Item, {
858
- key: dataSource[dataKey],
+ // key: dataSource[dataKey],
859
props: {
860
index: index,
861
tag: itemTag,
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroll-list",
- "version": "2.2.4",
+ "version": "2.2.5",
"description": "A vue component support big amount data list with high scroll performance.",
"main": "dist/index.js",
6
"files": [
0 commit comments