File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * vue-virtual-scroll-list v2.0.7
2
+ * vue-virtual-scroll-list v2.0.8
3
3
* open source under the MIT license
4
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
5
*/
379
379
required : true
380
380
} ,
381
381
dataComponent : {
382
- type : Object ,
382
+ type : [ Object , Function ] ,
383
383
required : true
384
384
} ,
385
385
extraProps : {
461
461
type : Object
462
462
} ,
463
463
component : {
464
- type : Object
464
+ type : [ Object , Function ]
465
465
} ,
466
466
uniqueKey : {
467
467
type : String
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.0.8 " ,
4
4
"description" : " A vue component support big amount data list with high scroll performance." ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const VirtualProps = {
21
21
required : true
22
22
} ,
23
23
dataComponent : {
24
- type : Object ,
24
+ type : [ Object , Function ] ,
25
25
required : true
26
26
} ,
27
27
extraProps : {
@@ -108,7 +108,7 @@ export const ItemProps = {
108
108
type : Object
109
109
} ,
110
110
component : {
111
- type : Object
111
+ type : [ Object , Function ]
112
112
} ,
113
113
uniqueKey : {
114
114
type : String
You can’t perform that action at this time.
0 commit comments