We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deec9b6 commit e102427Copy full SHA for e102427
dist/index.js
@@ -1,5 +1,5 @@
1
/*!
2
- * vue-virtual-scroll-list v2.2.9
+ * vue-virtual-scroll-list v2.3.0
3
* open source under the MIT license
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
*/
@@ -578,7 +578,7 @@
578
return h(tag, {
579
key: uniqueKey,
580
attrs: {
581
- role: 'item'
+ role: 'listitem'
582
}
583
}, [h(component, {
584
props: extraProps,
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroll-list",
- "version": "2.2.9",
+ "version": "2.3.0",
"description": "A vue component support big amount data list with high scroll performance.",
"main": "dist/index.js",
6
"files": [
0 commit comments