Skip to content

Commit 2842e8f

Browse files
committed
Release v2.2.3
1 parent 72e875d commit 2842e8f

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.2
2+
* vue-virtual-scroll-list v2.2.3
33
* open source under the MIT license
44
* https://github.com/tangbc/vue-virtual-scroll-list#readme
55
*/
@@ -376,7 +376,7 @@
376376
*/
377377
var VirtualProps = {
378378
dataKey: {
379-
type: [String, Number],
379+
type: String,
380380
required: true
381381
},
382382
dataSources: {

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.2",
3+
"version": "2.2.3",
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)