File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * vue-virtual-scroll-list v2.2.5
2
+ * vue-virtual-scroll-list v2.2.6
3
3
* open source under the MIT license
4
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
5
*/
571
571
extraProps = _this$extraProps === void 0 ? { } : _this$extraProps ,
572
572
index = this . index ,
573
573
_this$scopedSlots = this . scopedSlots ,
574
- scopedSlots = _this$scopedSlots === void 0 ? { } : _this$scopedSlots ;
574
+ scopedSlots = _this$scopedSlots === void 0 ? { } : _this$scopedSlots ,
575
+ uniqueKey = this . uniqueKey ;
575
576
extraProps . source = this . source ;
576
577
extraProps . index = index ;
577
578
return h ( tag , {
579
+ key : uniqueKey ,
578
580
attrs : {
579
581
role : 'item'
580
582
}
592
594
var tag = this . tag ,
593
595
uniqueKey = this . uniqueKey ;
594
596
return h ( tag , {
597
+ key : uniqueKey ,
595
598
attrs : {
596
599
role : uniqueKey
597
600
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 2.2.5 " ,
3
+ "version" : " 2.2.6 " ,
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