File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 3737<div class =" vs" >
3838 <VirtualScroll
3939 data ={items}
40- key =" id"
4140 let:data
4241 >
4342 <div slot =" header" >
@@ -75,7 +74,6 @@ More examples available in `example` folder
7574| prop | type | default | description |
7675| -----------------| ----------| ----------------| --------------------------------------------------------------------|
7776| data | object[ ] | ` null ` | Source for list |
78- | key | string | ` id ` | Unique key for getting data from ` data ` |
7977| keeps | number | ` 30 ` | Count of rendered items |
8078| estimateSize | number | ` estimateSize ` | Estimate size of each item, needs for smooth scrollbar |
8179| isHorizontal | boolean | ` false ` | Scroll direction |
@@ -131,7 +129,6 @@ Access to methods by component binding
131129
132130<VirtualScroll
133131 data ={items}
134- key =" id"
135132 let:data
136133 let:index
137134>
You can’t perform that action at this time.
0 commit comments