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 deab720 commit deec9b6Copy full SHA for deec9b6
src/item.js
@@ -58,7 +58,7 @@ export const Item = Vue.component('virtual-list-item', {
58
return h(tag, {
59
key: uniqueKey,
60
attrs: {
61
- role: 'item'
+ role: 'listitem'
62
}
63
}, [h(component, {
64
props: extraProps,
0 commit comments