Skip to content

Commit ad4caf0

Browse files
authored
docs: Add a virtual list library (#1969)
Since [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) don't have types, it's necessary to introduce a new library.
1 parent 3b928f7 commit ad4caf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/best-practices/performance.md

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Implementing list virtualization isn't easy, luckily there are existing communit
138138

139139
- [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller)
140140
- [vue-virtual-scroll-grid](https://github.com/rocwang/vue-virtual-scroll-grid)
141+
- [vueuc/VVirtualList](https://github.com/07akioni/vueuc)
141142

142143
### Reduce Reactivity Overhead for Large Immutable Structures
143144

0 commit comments

Comments
 (0)