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 4df0044 commit 37bf0c2Copy full SHA for 37bf0c2
src/index.js
@@ -12,8 +12,8 @@ const EVENT_TYPE = {
12
SLOT: 'slot_resize'
13
}
14
const SLOT_TYPE = {
15
- HEADER: 'header', // string value also use for aria role attribute
16
- FOOTER: 'footer'
+ HEADER: 'thead', // string value also use for aria role attribute
+ FOOTER: 'tfoot'
17
18
19
const VirtualList = Vue.component('virtual-list', {
0 commit comments