File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * vue-virtual-scroll-list v2.2.1
2
+ * vue-virtual-scroll-list v2.2.2
3
3
* open source under the MIT license
4
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
5
*/
376
376
*/
377
377
var VirtualProps = {
378
378
dataKey : {
379
- type : String ,
379
+ type : [ String , Number ] ,
380
380
required : true
381
381
} ,
382
382
dataSources : {
495
495
type : [ Object , Function ]
496
496
} ,
497
497
uniqueKey : {
498
- type : String
498
+ type : [ String , Number ]
499
499
} ,
500
500
extraProps : {
501
501
type : Object
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " A vue component support big amount data list with high scroll performance." ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments