From 25eb63dde37cc86b1a568e71b46541c6df433355 Mon Sep 17 00:00:00 2001 From: PaulMaly Date: Wed, 12 Sep 2018 12:38:34 +0300 Subject: [PATCH] Array index passed to the item component --- src/VirtualList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VirtualList.html b/src/VirtualList.html index 308b4cb..0b71a3f 100644 --- a/src/VirtualList.html +++ b/src/VirtualList.html @@ -2,7 +2,7 @@
{#each visible as item (item.index)}
- +
{/each}
@@ -179,4 +179,4 @@ } } }; - \ No newline at end of file +