Skip to content

Commit e102427

Browse files
committed
Release v2.3.0
1 parent deec9b6 commit e102427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-virtual-scroll-list v2.2.9
2+
* vue-virtual-scroll-list v2.3.0
33
* open source under the MIT license
44
* https://github.com/tangbc/vue-virtual-scroll-list#readme
55
*/
@@ -578,7 +578,7 @@
578578
return h(tag, {
579579
key: uniqueKey,
580580
attrs: {
581-
role: 'item'
581+
role: 'listitem'
582582
}
583583
}, [h(component, {
584584
props: extraProps,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "2.2.9",
3+
"version": "2.3.0",
44
"description": "A vue component support big amount data list with high scroll performance.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)