feat: add virtual scroller support to paginator for timeline (#146)

This commit is contained in:
wheat 2022-11-26 14:57:59 -05:00 committed by GitHub
parent 94f2f95bcf
commit 730eeca5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 13 deletions

View file

@ -65,5 +65,8 @@
"ufo": "^1.0.0",
"unplugin-auto-import": "^0.11.5",
"vitest": "^0.25.3"
},
"dependencies": {
"vue-virtual-scroller": "2.0.0-beta.3"
}
}