Skip to content

Commit

Permalink
Fix #242
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbc committed Jun 19, 2020
1 parent deab720 commit deec9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Item = Vue.component('virtual-list-item', {
return h(tag, {
key: uniqueKey,
attrs: {
role: 'item'
role: 'listitem'
}
}, [h(component, {
props: extraProps,
Expand Down

0 comments on commit deec9b6

Please sign in to comment.