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 72e875d commit 2842e8fCopy full SHA for 2842e8f
dist/index.js
@@ -1,5 +1,5 @@
1
/*!
2
- * vue-virtual-scroll-list v2.2.2
+ * vue-virtual-scroll-list v2.2.3
3
* open source under the MIT license
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
*/
@@ -376,7 +376,7 @@
376
377
var VirtualProps = {
378
dataKey: {
379
- type: [String, Number],
+ type: String,
380
required: true
381
},
382
dataSources: {
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroll-list",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "A vue component support big amount data list with high scroll performance.",
"main": "dist/index.js",
6
"files": [
0 commit comments