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 11/*!
2- * vue-virtual-scroll-list v2.2.5
2+ * vue-virtual-scroll-list v2.2.6
33 * open source under the MIT license
44 * https://github.com/tangbc/vue-virtual-scroll-list#readme
55 */
571571 extraProps = _this$extraProps === void 0 ? { } : _this$extraProps ,
572572 index = this . index ,
573573 _this$scopedSlots = this . scopedSlots ,
574- scopedSlots = _this$scopedSlots === void 0 ? { } : _this$scopedSlots ;
574+ scopedSlots = _this$scopedSlots === void 0 ? { } : _this$scopedSlots ,
575+ uniqueKey = this . uniqueKey ;
575576 extraProps . source = this . source ;
576577 extraProps . index = index ;
577578 return h ( tag , {
579+ key : uniqueKey ,
578580 attrs : {
579581 role : 'item'
580582 }
592594 var tag = this . tag ,
593595 uniqueKey = this . uniqueKey ;
594596 return h ( tag , {
597+ key : uniqueKey ,
595598 attrs : {
596599 role : uniqueKey
597600 }
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroll-list" ,
3- "version" : " 2.2.5 " ,
3+ "version" : " 2.2.6 " ,
44 "description" : " A vue component support big amount data list with high scroll performance." ,
55 "main" : " dist/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments