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 11/*!
2- * vue-virtual-scroll-list v2.0.7
2+ * vue-virtual-scroll-list v2.0.8
33 * open source under the MIT license
44 * https://github.com/tangbc/vue-virtual-scroll-list#readme
55 */
379379 required : true
380380 } ,
381381 dataComponent : {
382- type : Object ,
382+ type : [ Object , Function ] ,
383383 required : true
384384 } ,
385385 extraProps : {
461461 type : Object
462462 } ,
463463 component : {
464- type : Object
464+ type : [ Object , Function ]
465465 } ,
466466 uniqueKey : {
467467 type : String
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroll-list" ,
3- "version" : " 2.0.7 " ,
3+ "version" : " 2.0.8 " ,
44 "description" : " A vue component support big amount data list with high scroll performance." ,
55 "main" : " dist/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const VirtualProps = {
2121 required : true
2222 } ,
2323 dataComponent : {
24- type : Object ,
24+ type : [ Object , Function ] ,
2525 required : true
2626 } ,
2727 extraProps : {
@@ -108,7 +108,7 @@ export const ItemProps = {
108108 type : Object
109109 } ,
110110 component : {
111- type : Object
111+ type : [ Object , Function ]
112112 } ,
113113 uniqueKey : {
114114 type : String
You can’t perform that action at this time.
0 commit comments