File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ Blazing fast scrolling of any amount of data ([demo](https://akryum.github.io/vu
15
15
16
16
- [ Installation] ( #installation )
17
17
- [ Usage] ( #usage )
18
- - [ Example] ( #example )
18
+ - [ RecycleScroller] ( #recyclescroller )
19
+ - [ DynamicScroller] ( #dynamicscroller )
20
+ - [ DynamicScrollerItem] ( #dynamicscrolleritem )
21
+ - [ IdState] ( #idstate )
19
22
20
23
# Installation
21
24
@@ -82,6 +85,8 @@ There are several components provided by `vue-virtual-scroller`:
82
85
83
86
[ DynamicScrollerItem] ( #dynamicscrolleritem ) must wrap each item in a DynamicScroller to handle size computations.
84
87
88
+ [ IdState] ( #idstate ) is a mixin that ease the local state management in reused components inside a RecycleScroller.
89
+
85
90
## RecycleScroller
86
91
87
92
It's a virtual scroller which only renders the visible items and reuse all the components and DOM trees as the user scrolls.
You can’t perform that action at this time.
0 commit comments