Akryum / Akryum/vue-virtual-scroller
Simple array scroller skips items with value 0
Đang mở
bug
cannot-reproduce
need-repro
- Ngôn ngữ chính
- TypeScript
- Star
- 10.8k
- Fork
- 973
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi I have a simple array that is a long list of numbers. They all start by default at zero. But the scroller don't render any item with value zero. As soon I put any other number they appear.
Code example that works:
``
` `
`
{{ item }}
`
` `
``
'data() { return { headers: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] } }'
Code example that does not work:
(template is exactly the same)
'data() { return { headers: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] } }'
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.