Skip to content

Commit aa0b45d

Browse files
committed
feat: screenshots
1 parent f9b3dda commit aa0b45d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ export default {
4242

4343
```
4444

45+
## Screenshots
46+
47+
Virtual tree render big data (100000 node):
48+
49+
<img src="./screenshots/virtualTree@2x.png">
50+
4551

4652
## Advantages
4753
* Simple and very easy to use.

examples/src/assets/treeData.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
export const treeData =
2-
[
1+
export const treeData = [
32
{
43
name: '一级 1',
54
id: '1',

screenshots/virtualTree@2x.png

40 KB
Loading

0 commit comments

Comments
 (0)