Skip to content

Commit 9ae9ea2

Browse files
authored
Merge pull request #30 from tzezar/patch-1
style: fix code sample
2 parents 2eb1017 + e601fe6 commit 9ae9ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This component can be used two different ways:
7979
const data = ['A', 'B', 'C', 'D', 'E', 'F' /* ... */];
8080
</script>
8181
82-
<VirtualList class='mystyle' style='width:100%;height=600px' items={data}>
82+
<VirtualList class='mystyle' style='width:100%;height:600px;' items={data}>
8383
{#snippet vl_slot({ index, item })}
8484
<div>
8585
Row: #{index} Item: {item}

0 commit comments

Comments
 (0)